Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dsuper.c2956 int nodefs) in _ext4_show_options() argument
2962 char sep = nodefs ? '\n' : ','; in _ext4_show_options()
2987 if (!nodefs && !(m->mount_opt & (mount_opt ^ def_mount_opt))) in _ext4_show_options()
3005 def_errors = nodefs ? -1 : le16_to_cpu(es->s_errors); in _ext4_show_options()
3014 if (nodefs || sbi->s_min_batch_time != EXT4_DEF_MIN_BATCH_TIME) in _ext4_show_options()
3016 if (nodefs || sbi->s_max_batch_time != EXT4_DEF_MAX_BATCH_TIME) in _ext4_show_options()
3018 if (nodefs || sbi->s_stripe) in _ext4_show_options()
3020 if (nodefs || EXT4_MOUNT_DATA_FLAGS & in _ext4_show_options()
3029 if (nodefs || in _ext4_show_options()
3034 if (test_opt(sb, INIT_INODE_TABLE) && (nodefs || in _ext4_show_options()
[all …]