Searched refs:_ext4_show_options (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 2537 static int _ext4_show_options(struct seq_file *seq, struct super_block *sb, in _ext4_show_options() function 2634 return _ext4_show_options(seq, root->d_sb, 0); in ext4_show_options() 2643 rc = _ext4_show_options(seq, sb, 1); in ext4_seq_options_show()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | super.c | 1726 * options and the way we show them in _ext4_show_options(). To 2955 static int _ext4_show_options(struct seq_file *seq, struct super_block *sb, in _ext4_show_options() function 3072 return _ext4_show_options(seq, root->d_sb, 0); in ext4_show_options() 3081 rc = _ext4_show_options(seq, sb, 1); in ext4_seq_options_show()
|
Completed in 16 milliseconds