HomeSort by: relevance | last modified time | path
    Searched defs:conv16 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/v7fs/
v7fs_superblock.c 237 #define conv16(m) (to->m = V7FS_VAL16(fs, from->m)) macro
241 conv16(datablock_start_sector);
243 conv16(nfreeblock);
249 conv16(nfreeinode);
257 conv16(total_freeinode);
258 #undef conv16
v7fs_inode.c 164 #define conv16(m) (mem->m = V7FS_VAL16(fs, (disk->m))) macro
170 conv16(mode);
171 conv16(nlink);
172 conv16(uid);
173 conv16(gid);
190 #undef conv16
198 #define conv16(m) (disk->m = V7FS_VAL16(fs, (mem->m))) macro
201 conv16(mode);
202 conv16(nlink);
203 conv16(uid)
    [all...]
v7fs_impl.h 54 uint16_t (*conv16)(uint16_t); member in struct:endian_conversion_ops

Completed in 12 milliseconds