Searched refs:generic_show_options (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/fs/9p/ |
D | vfs_super.c | 347 .show_options = generic_show_options, 358 .show_options = generic_show_options,
|
/linux-4.1.27/fs/ramfs/ |
D | inode.c | 154 .show_options = generic_show_options,
|
/linux-4.1.27/fs/efivarfs/ |
D | super.c | 32 .show_options = generic_show_options,
|
/linux-4.1.27/fs/pstore/ |
D | inode.c | 285 .show_options = generic_show_options,
|
/linux-4.1.27/fs/afs/ |
D | super.c | 56 .show_options = generic_show_options,
|
/linux-4.1.27/fs/affs/ |
D | super.c | 160 .show_options = generic_show_options,
|
/linux-4.1.27/fs/omfs/ |
D | inode.c | 297 .show_options = generic_show_options,
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 725 .show_options = generic_show_options, in spufs_fill_super()
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 62 .show_options = generic_show_options,
|
/linux-4.1.27/fs/hugetlbfs/ |
D | inode.c | 731 .show_options = generic_show_options,
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 128 .show_options = generic_show_options,
|
/linux-4.1.27/fs/ |
D | namespace.c | 1166 int generic_show_options(struct seq_file *m, struct dentry *root) in generic_show_options() function 1181 EXPORT_SYMBOL(generic_show_options);
|
/linux-4.1.27/include/linux/ |
D | fs.h | 2825 extern int generic_show_options(struct seq_file *m, struct dentry *root);
|
/linux-4.1.27/Documentation/filesystems/ |
D | vfs.txt | 1151 generic_show_options() helper functions. Please note, that using
|