Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
H A Dext2_dinode.h87 #define EXT3_NSEC_MASK (~0UL << EXT3_EPOCH_BITS) macro
H A Dext2_inode_cnv.c102 *nsec = (le32toh(extra) & EXT3_NSEC_MASK) >> EXT3_EPOCH_BITS; in ext2_decode_extra_time()