Searched refs:EXT3_NSEC_MASK (Results 1 – 2 of 2) sorted by relevance
85 #define EXT3_NSEC_MASK (~0UL << EXT3_EPOCH_BITS) macro
138 *nsec = (le32toh(extra) & EXT3_NSEC_MASK) >> EXT3_EPOCH_BITS; in ext2_decode_extra_time()