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

  /src/sys/ufs/lfs/
lfs_accessors.h 191 #define LFS_SWAP_uint16_t(fs, val) (val)
201 #define LFS_SWAP_uint16_t(fs, val) \
312 return LFS_SWAP_uint16_t(fs, dh->u_64.dh_reclen);
314 return LFS_SWAP_uint16_t(fs, dh->u_32.dh_reclen);
359 dh->u_64.dh_reclen = LFS_SWAP_uint16_t(fs, reclen);
361 dh->u_32.dh_reclen = LFS_SWAP_uint16_t(fs, reclen);
lfs_accessors.h 191 #define LFS_SWAP_uint16_t(fs, val) (val)
201 #define LFS_SWAP_uint16_t(fs, val) \
312 return LFS_SWAP_uint16_t(fs, dh->u_64.dh_reclen);
314 return LFS_SWAP_uint16_t(fs, dh->u_32.dh_reclen);
359 dh->u_64.dh_reclen = LFS_SWAP_uint16_t(fs, reclen);
361 dh->u_32.dh_reclen = LFS_SWAP_uint16_t(fs, reclen);

Completed in 23 milliseconds