Lines Matching defs:conv32
165 #define conv32(m) (mem->m = V7FS_VAL32(fs, (disk->m)))
174 conv32(filesize);
175 conv32(atime);
176 conv32(mtime);
177 conv32(ctime);
191 #undef conv32
199 #define conv32(m) (disk->m = V7FS_VAL32(fs, (mem->m)))
205 conv32(filesize);
206 conv32(atime);
207 conv32(mtime);
208 conv32(ctime);
216 #undef conv32