Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dsuper.c2921 int nodefs) in _ext4_show_options() argument
2927 char sep = nodefs ? '\n' : ','; in _ext4_show_options()
2952 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()
2970 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()
2979 if (nodefs || sbi->s_min_batch_time != EXT4_DEF_MIN_BATCH_TIME) in _ext4_show_options()
2983 if (nodefs || sbi->s_stripe) in _ext4_show_options()
2985 if (nodefs || EXT4_MOUNT_DATA_FLAGS & in _ext4_show_options()
2994 if (nodefs || in _ext4_show_options()
2999 if (test_opt(sb, INIT_INODE_TABLE) && (nodefs || in _ext4_show_options()
3002 if (nodefs || sbi->s_max_dir_size_kb) in _ext4_show_options()
[all …]