tag | line | file | source code |
f_type | 151 | fs/ext/inode.c | put_fs_long(EXT_SUPER_MAGIC, &buf->f_type); |
f_type | 521 | fs/ext2/super.c | put_fs_long (EXT2_SUPER_MAGIC, &buf->f_type); |
f_type | 741 | fs/hpfs/hpfs_fs.c | put_fs_long(s->s_magic, &buf->f_type); |
f_type | 301 | fs/isofs/inode.c | put_fs_long(ISOFS_SUPER_MAGIC, &buf->f_type); |
f_type | 139 | fs/minix/inode.c | put_fs_long(MINIX_SUPER_MAGIC, &buf->f_type); |
f_type | 266 | fs/msdos/inode.c | put_fs_long(sb->s_magic,&buf->f_type); |
f_type | 134 | fs/nfs/inode.c | put_fs_long(NFS_SUPER_MAGIC, &buf->f_type); |
f_type | 63 | fs/proc/inode.c | put_fs_long(PROC_SUPER_MAGIC, &buf->f_type); |
f_type | 162 | fs/xiafs/inode.c | put_fs_long(_XIAFS_SUPER_MAGIC, &buf->f_type); |
f_type | 9 | include/linux/vfs.h | long f_type; |