Home
last modified time | relevance | path

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

/fs/ext2/
Dsuper.c618 else if ((__s16) le16_to_cpu(es->s_max_mnt_count) >= 0 && in ext2_setup_super()
620 (unsigned short) (__s16) le16_to_cpu(es->s_max_mnt_count)) in ext2_setup_super()
630 if (!le16_to_cpu(es->s_max_mnt_count)) in ext2_setup_super()
631 es->s_max_mnt_count = cpu_to_le16(EXT2_DFL_MAX_MNT_COUNT); in ext2_setup_super()
Dext2.h425 __le16 s_max_mnt_count; /* Maximal mount count */ member
/fs/nilfs2/
Dsuper.c801 max_mnt_count = le16_to_cpu(sbp[0]->s_max_mnt_count); in nilfs_setup_super()
814 sbp[0]->s_max_mnt_count = cpu_to_le16(NILFS_DFL_MAX_MNT_COUNT); in nilfs_setup_super()
/fs/ext3/
Dsuper.c1337 else if ((__s16) le16_to_cpu(es->s_max_mnt_count) > 0 && in ext3_setup_super()
1339 le16_to_cpu(es->s_max_mnt_count)) in ext3_setup_super()
1356 if (!le16_to_cpu(es->s_max_mnt_count)) in ext3_setup_super()
1357 es->s_max_mnt_count = cpu_to_le16(EXT3_DFL_MAX_MNT_COUNT); in ext3_setup_super()
Dext3.h419 __le16 s_max_mnt_count; /* Maximal mount count */ member
/fs/ocfs2/
Docfs2_fs.h619 __le16 s_max_mnt_count; member
/fs/ext4/
Dsuper.c1899 else if ((__s16) le16_to_cpu(es->s_max_mnt_count) > 0 && in ext4_setup_super()
1901 (unsigned short) (__s16) le16_to_cpu(es->s_max_mnt_count)) in ext4_setup_super()
1913 if (!(__s16) le16_to_cpu(es->s_max_mnt_count)) in ext4_setup_super()
1914 es->s_max_mnt_count = cpu_to_le16(EXT4_DFL_MAX_MNT_COUNT); in ext4_setup_super()
Dext4.h1087 __le16 s_max_mnt_count; /* Maximal mount count */ member
/fs/reiserfs/
Dreiserfs.h853 __le16 s_max_mnt_count; /* Maximum mounts before check */ member