Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4.h834 #define EXT4_NSEC_MASK (~0UL << EXT4_EPOCH_BITS) macro
886 ts.tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; in ext4_decode_extra_time()