Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dext4.h712 #define EXT4_NSEC_MASK (~0UL << EXT4_EPOCH_BITS) macro
734 ((time->tv_nsec << EXT4_EPOCH_BITS) & EXT4_NSEC_MASK)); in ext4_encode_extra_time()
742 time->tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; in ext4_decode_extra_time()