tag | line | file | source code |
---|---|---|---|
file_system_type | 39 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 44 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 49 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 54 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 58 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 63 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 68 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 73 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 78 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 83 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 88 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 91 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 94 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 99 | fs/filesystems.c | register_filesystem(&(struct file_system_type) |
file_system_type | 803 | fs/isofs/inode.c | static struct file_system_type iso9660_fs_type = { |
file_system_type | 530 | fs/minix/inode.c | static struct file_system_type minix_fs_type = { |
file_system_type | 508 | fs/msdos/inode.c | static struct file_system_type msdos_fs_type = { |
file_system_type | 295 | fs/nfs/inode.c | static struct file_system_type nfs_fs_type = { |
file_system_type | 415 | fs/smbfs/inode.c | static struct file_system_type smb_fs_type = { |
file_system_type | 40 | fs/super.c | static struct file_system_type * file_systems = NULL; |
file_system_type | 42 | fs/super.c | int register_filesystem(struct file_system_type * fs) |
file_system_type | 44 | fs/super.c | struct file_system_type ** tmp; |
file_system_type | 60 | fs/super.c | int unregister_filesystem(struct file_system_type * fs) |
file_system_type | 62 | fs/super.c | struct file_system_type ** tmp; |
file_system_type | 78 | fs/super.c | struct file_system_type * tmp; |
file_system_type | 99 | fs/super.c | struct file_system_type * tmp; |
file_system_type | 119 | fs/super.c | struct file_system_type * tmp; |
file_system_type | 159 | fs/super.c | struct file_system_type * tmp; |
file_system_type | 171 | fs/super.c | struct file_system_type *get_fs_type(const char *name) |
file_system_type | 173 | fs/super.c | struct file_system_type * fs = file_systems; |
file_system_type | 293 | fs/super.c | struct file_system_type *type; |
file_system_type | 584 | fs/super.c | struct file_system_type * fstype; |
file_system_type | 673 | fs/super.c | struct file_system_type * fs_type; |
file_system_type | 978 | fs/sysv/inode.c | static struct file_system_type sysv_fs_type[3] = { |
file_system_type | 506 | fs/umsdos/inode.c | static struct file_system_type umsdos_fs_type = { |
file_system_type | 525 | fs/xiafs/inode.c | static struct file_system_type xiafs_fs_type = { |
file_system_type | 305 | include/linux/fs.h | struct file_system_type *s_type; |
file_system_type | 385 | include/linux/fs.h | struct file_system_type * next; |
file_system_type | 388 | include/linux/fs.h | extern int register_filesystem(struct file_system_type *); |
file_system_type | 389 | include/linux/fs.h | extern int unregister_filesystem(struct file_system_type *); |
file_system_type | 421 | include/linux/fs.h | extern struct file_system_type *get_fs_type(const char *name); |