| tag | line | file | source code |
|---|---|---|---|
| f_type | 145 | fs/ext/inode.c | put_fs_long(EXT_SUPER_MAGIC, &buf->f_type); |
| f_type | 243 | fs/isofs/inode.c | put_fs_long(ISOFS_SUPER_MAGIC, &buf->f_type); |
| f_type | 127 | fs/minix/inode.c | put_fs_long(MINIX_SUPER_MAGIC, &buf->f_type); |
| f_type | 197 | fs/msdos/inode.c | put_fs_long(sb->s_magic,&buf->f_type); |
| f_type | 124 | fs/nfs/inode.c | put_fs_long(NFS_SUPER_MAGIC, &buf->f_type); |
| f_type | 60 | fs/proc/inode.c | put_fs_long(PROC_SUPER_MAGIC, &buf->f_type); |
| f_type | 9 | include/linux/vfs.h | long f_type; |