Searched defs:conv16 (Results 1 - 3 of 3) sorted by relevance

/src/sys/fs/v7fs/
H A Dv7fs_inode.c164 #define conv16(m) (mem->m = V7FS_VAL16(fs, (disk->m))) macro
198 #define conv16(m) (disk->m = V7FS_VAL16(fs, (mem->m))) macro
[all...]
H A Dv7fs_superblock.c237 #define conv16(m) (to->m = V7FS_VAL16(fs, from->m)) macro
H A Dv7fs_impl.h54 uint16_t (*conv16)(uint16_t); member in struct:endian_conversion_ops

Completed in 4 milliseconds