| tag | line | file | source code |
|---|---|---|---|
| file_system_type | 455 | fs/ext/inode.c | static struct file_system_type ext_fs_type = { |
| file_system_type | 688 | fs/ext2/super.c | static struct file_system_type ext2_fs_type = { |
| file_system_type | 1747 | fs/hpfs/hpfs_fs.c | static struct file_system_type hpfs_fs_type = { |
| file_system_type | 804 | fs/isofs/inode.c | static struct file_system_type iso9660_fs_type = { |
| file_system_type | 876 | fs/minix/inode.c | static struct file_system_type minix_fs_type = { |
| file_system_type | 550 | fs/msdos/inode.c | static struct file_system_type msdos_fs_type = { |
| file_system_type | 486 | fs/ncpfs/inode.c | static struct file_system_type ncp_fs_type = { |
| file_system_type | 293 | fs/nfs/inode.c | static struct file_system_type nfs_fs_type = { |
| file_system_type | 34 | fs/proc/procfs_syms.c | static struct file_system_type proc_fs_type = { |
| file_system_type | 406 | fs/smbfs/inode.c | static struct file_system_type smb_fs_type = { |
| file_system_type | 54 | fs/super.c | static struct file_system_type *file_systems = (struct file_system_type *) NULL; |
| file_system_type | 149 | fs/super.c | int register_filesystem(struct file_system_type * fs) |
| file_system_type | 151 | fs/super.c | struct file_system_type ** tmp; |
| file_system_type | 168 | fs/super.c | int unregister_filesystem(struct file_system_type * fs) |
| file_system_type | 170 | fs/super.c | struct file_system_type ** tmp; |
| file_system_type | 187 | fs/super.c | struct file_system_type * tmp; |
| file_system_type | 208 | fs/super.c | struct file_system_type * tmp; |
| file_system_type | 228 | fs/super.c | struct file_system_type * tmp; |
| file_system_type | 268 | fs/super.c | struct file_system_type * tmp; |
| file_system_type | 280 | fs/super.c | struct file_system_type *get_fs_type(const char *name) |
| file_system_type | 282 | fs/super.c | struct file_system_type * fs = file_systems; |
| file_system_type | 406 | fs/super.c | struct file_system_type *type; |
| file_system_type | 714 | fs/super.c | struct file_system_type * fstype; |
| file_system_type | 803 | fs/super.c | struct file_system_type * fs_type; |
| file_system_type | 974 | fs/sysv/inode.c | static struct file_system_type sysv_fs_type[3] = { |
| file_system_type | 497 | fs/umsdos/inode.c | static struct file_system_type umsdos_fs_type = { |
| file_system_type | 516 | fs/xiafs/inode.c | static struct file_system_type xiafs_fs_type = { |
| file_system_type | 371 | include/linux/fs.h | struct file_system_type *s_type; |
| file_system_type | 464 | include/linux/fs.h | struct file_system_type * next; |
| file_system_type | 467 | include/linux/fs.h | extern int register_filesystem(struct file_system_type *); |
| file_system_type | 468 | include/linux/fs.h | extern int unregister_filesystem(struct file_system_type *); |
| file_system_type | 500 | include/linux/fs.h | extern struct file_system_type *get_fs_type(const char *name); |