Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dext4.h839 #define EXT4_NSEC_MASK (~0UL << EXT4_EPOCH_BITS) macro
889 time->tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; in ext4_decode_extra_time()
/kernel/linux/linux-6.6/fs/ext4/
H A Dext4.h829 #define EXT4_NSEC_MASK (~0UL << EXT4_EPOCH_BITS) macro
881 ts.tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS; in ext4_decode_extra_time()

Completed in 25 milliseconds