Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Dsuper.c831 int max_mnt_count; in nilfs_setup_super() local
842 max_mnt_count = le16_to_cpu(sbp[0]->s_max_mnt_count); in nilfs_setup_super()
848 } else if (max_mnt_count >= 0 && mnt_count >= max_mnt_count) { in nilfs_setup_super()
852 if (!max_mnt_count) in nilfs_setup_super()
/openbmc/u-boot/include/
H A Dext_common.h80 __le16 max_mnt_count; member