Lines Matching refs:nodefs
1789 int nodefs) in _ext4_show_options() argument
1793 int def_errors, def_mount_opt = nodefs ? 0 : sbi->s_def_mount_opt; in _ext4_show_options()
1795 char sep = nodefs ? '\n' : ','; in _ext4_show_options()
1817 if (nodefs || !uid_eq(sbi->s_resuid, make_kuid(&init_user_ns, EXT4_DEF_RESUID)) || in _ext4_show_options()
1821 if (nodefs || !gid_eq(sbi->s_resgid, make_kgid(&init_user_ns, EXT4_DEF_RESGID)) || in _ext4_show_options()
1825 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()
1832 if (nodefs || sbi->s_commit_interval != JBD2_DEFAULT_MAX_COMMIT_AGE*HZ) in _ext4_show_options()
1834 if (nodefs || sbi->s_min_batch_time != EXT4_DEF_MIN_BATCH_TIME) in _ext4_show_options()
1836 if (nodefs || sbi->s_max_batch_time != EXT4_DEF_MAX_BATCH_TIME) in _ext4_show_options()
1840 if (nodefs || sbi->s_stripe) in _ext4_show_options()
1850 if (nodefs || in _ext4_show_options()
1855 if (nodefs || (test_opt(sb, INIT_INODE_TABLE) && in _ext4_show_options()
1858 if (nodefs || sbi->s_max_dir_size_kb) in _ext4_show_options()