Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dsuper.c633 else if ((__s16) le16_to_cpu(es->s_max_mnt_count) >= 0 && in ext2_setup_super()
635 (unsigned short) (__s16) le16_to_cpu(es->s_max_mnt_count)) in ext2_setup_super()
645 if (!le16_to_cpu(es->s_max_mnt_count)) in ext2_setup_super()
646 es->s_max_mnt_count = cpu_to_le16(EXT2_DFL_MAX_MNT_COUNT); in ext2_setup_super()
Dext2.h430 __le16 s_max_mnt_count; /* Maximal mount count */ member
/linux-4.1.27/include/linux/
Dnilfs2_fs.h176 __le16 s_max_mnt_count; /* Maximal mount count */ member
/linux-4.1.27/fs/nilfs2/
Dsuper.c830 max_mnt_count = le16_to_cpu(sbp[0]->s_max_mnt_count); in nilfs_setup_super()
843 sbp[0]->s_max_mnt_count = cpu_to_le16(NILFS_DFL_MAX_MNT_COUNT); in nilfs_setup_super()
/linux-4.1.27/fs/ext3/
Dsuper.c1395 else if ((__s16) le16_to_cpu(es->s_max_mnt_count) > 0 && in ext3_setup_super()
1397 le16_to_cpu(es->s_max_mnt_count)) in ext3_setup_super()
1414 if (!le16_to_cpu(es->s_max_mnt_count)) in ext3_setup_super()
1415 es->s_max_mnt_count = cpu_to_le16(EXT3_DFL_MAX_MNT_COUNT); in ext3_setup_super()
Dext3.h421 __le16 s_max_mnt_count; /* Maximal mount count */ member
/linux-4.1.27/fs/ocfs2/
Docfs2_fs.h628 __le16 s_max_mnt_count; member
/linux-4.1.27/fs/ext4/
Dsuper.c1914 else if ((__s16) le16_to_cpu(es->s_max_mnt_count) > 0 && in ext4_setup_super()
1916 (unsigned short) (__s16) le16_to_cpu(es->s_max_mnt_count)) in ext4_setup_super()
1928 if (!(__s16) le16_to_cpu(es->s_max_mnt_count)) in ext4_setup_super()
1929 es->s_max_mnt_count = cpu_to_le16(EXT4_DFL_MAX_MNT_COUNT); in ext4_setup_super()
Dext4.h1120 __le16 s_max_mnt_count; /* Maximal mount count */ member
/linux-4.1.27/fs/reiserfs/
Dreiserfs.h1037 __le16 s_max_mnt_count; /* Maximum mounts before check */ member