Lines Matching refs:nodefs
2955 int nodefs) in _ext4_show_options() argument
2961 char sep = nodefs ? '\n' : ','; in _ext4_show_options()
2986 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()
2996 if (nodefs || !uid_eq(sbi->s_resuid, make_kuid(&init_user_ns, EXT4_DEF_RESUID)) || in _ext4_show_options()
3000 if (nodefs || !gid_eq(sbi->s_resgid, make_kgid(&init_user_ns, EXT4_DEF_RESGID)) || in _ext4_show_options()
3004 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()
3011 if (nodefs || sbi->s_commit_interval != JBD2_DEFAULT_MAX_COMMIT_AGE*HZ) in _ext4_show_options()
3013 if (nodefs || sbi->s_min_batch_time != EXT4_DEF_MIN_BATCH_TIME) in _ext4_show_options()
3015 if (nodefs || sbi->s_max_batch_time != EXT4_DEF_MAX_BATCH_TIME) in _ext4_show_options()
3017 if (nodefs || sbi->s_stripe) in _ext4_show_options()
3019 if (nodefs || EXT4_MOUNT_DATA_FLAGS & in _ext4_show_options()
3028 if (nodefs || in _ext4_show_options()
3033 if (test_opt(sb, INIT_INODE_TABLE) && (nodefs || in _ext4_show_options()
3036 if (nodefs || sbi->s_max_dir_size_kb) in _ext4_show_options()