Searched refs:nodefs (Results 1 – 1 of 1) sorted by relevance
2928 int nodefs) in _ext4_show_options() argument2934 char sep = nodefs ? '\n' : ','; in _ext4_show_options()2959 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()2969 if (nodefs || !uid_eq(sbi->s_resuid, make_kuid(&init_user_ns, EXT4_DEF_RESUID)) || in _ext4_show_options()2973 if (nodefs || !gid_eq(sbi->s_resgid, make_kgid(&init_user_ns, EXT4_DEF_RESGID)) || in _ext4_show_options()2977 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()2984 if (nodefs || sbi->s_commit_interval != JBD2_DEFAULT_MAX_COMMIT_AGE*HZ) in _ext4_show_options()2986 if (nodefs || sbi->s_min_batch_time != EXT4_DEF_MIN_BATCH_TIME) in _ext4_show_options()2988 if (nodefs || sbi->s_max_batch_time != EXT4_DEF_MAX_BATCH_TIME) in _ext4_show_options()2990 if (nodefs || sbi->s_stripe) in _ext4_show_options()[all …]