tag | line | file | source code |
s_type | 307 | fs/super.c | tmp->mnt_devname, tmp->mnt_dirname, tmp->mnt_sb->s_type->name, |
s_type | 315 | fs/super.c | if (!strcmp("nfs", tmp->mnt_sb->s_type->name)) { |
s_type | 535 | fs/super.c | s->s_type = type; |
s_type | 946 | fs/super.c | sb->s_type = fs_type; |
s_type | 126 | fs/sysv/inode.c | switch (sbd->s_type) { |
s_type | 185 | fs/sysv/inode.c | switch (sbd->s_type) { |
s_type | 243 | fs/sysv/inode.c | switch (sbd->s_type) { |
s_type | 417 | include/linux/fs.h | struct file_system_type *s_type; |
s_type | 100 | include/linux/sysv_fs.h | long s_type; /* type of file system: 1 for 512 byte blocks |
s_type | 141 | include/linux/sysv_fs.h | long s_type; /* type of file system: 1 for 512 byte blocks |
s_type | 175 | include/linux/sysv_fs.h | long s_type; /* type of file system: 1 for 512 byte blocks |
s_type | 14 | include/linux/sysv_fs_sb.h | int s_type; /* file system type: FSTYPE_{XENIX|SYSV|COH} */ |
s_type | 72 | include/linux/sysv_fs_sb.h | #define sv_type u.sysv_sb.s_type |