Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c3144 else if ((__s16) le16_to_cpu(es->s_max_mnt_count) > 0 && in ext4_setup_super()
3146 (unsigned short) (__s16) le16_to_cpu(es->s_max_mnt_count)) in ext4_setup_super()
3158 if (!(__s16) le16_to_cpu(es->s_max_mnt_count)) in ext4_setup_super()
3159 es->s_max_mnt_count = cpu_to_le16(EXT4_DFL_MAX_MNT_COUNT); in ext4_setup_super()
H A Dext4.h1384 __le16 s_max_mnt_count; /* Maximal mount count */ member