tag | line | file | source code |
---|---|---|---|
f_type | 201 | fs/ext/inode.c | put_fs_long(EXT_SUPER_MAGIC, &buf->f_type); |
f_type | 122 | fs/minix/inode.c | put_fs_long(MINIX_SUPER_MAGIC, &buf->f_type); |
f_type | 162 | fs/msdos/inode.c | put_fs_long(sb->s_magic,&buf->f_type); |
f_type | 9 | include/linux/vfs.h | long f_type; |