Home
last modified time | relevance | path

Searched refs:EXT3_EPOCH_BITS (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/ext2fs/
H A Dext2_dinode.h85 #define EXT3_EPOCH_BITS 2 macro
86 #define EXT3_EPOCH_MASK ((1 << EXT3_EPOCH_BITS) - 1)
87 #define EXT3_NSEC_MASK (~0UL << EXT3_EPOCH_BITS)
H A Dext2_inode_cnv.c102 *nsec = (le32toh(extra) & EXT3_NSEC_MASK) >> EXT3_EPOCH_BITS; in ext2_decode_extra_time()
206 return (htole32(extra | (nsec << EXT3_EPOCH_BITS))); in ext2_encode_extra_time()