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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dext4.h630 #define EXT4_EPOCH_BITS 2 macro
631 #define EXT4_EPOCH_MASK ((1 << EXT4_EPOCH_BITS) - 1)
632 #define EXT4_NSEC_MASK (~0UL << EXT4_EPOCH_BITS)
654 ((time->tv_nsec << EXT4_EPOCH_BITS) & EXT4_NSEC_MASK));
662 time->tv_nsec = (le32_to_cpu(extra) & EXT4_NSEC_MASK) >> EXT4_EPOCH_BITS;
H A Dsuper.c2770 sb->s_time_gran = 1 << (EXT4_EPOCH_BITS - 2);

Completed in 109 milliseconds