tag | line | file | source code |
super_operations | 46 | fs/ext/inode.c | static struct super_operations ext_sops = { |
super_operations | 120 | fs/ext2/super.c | static struct super_operations ext2_sops = { |
super_operations | 131 | fs/hpfs/hpfs_fs.c | static const struct super_operations hpfs_sops = |
super_operations | 447 | fs/hpfs/hpfs_fs.c | s->s_op = (struct super_operations *) &hpfs_sops; |
super_operations | 52 | fs/isofs/inode.c | static struct super_operations isofs_sops = { |
super_operations | 78 | fs/minix/inode.c | static struct super_operations minix_sops = { |
super_operations | 70 | fs/msdos/inode.c | static struct super_operations msdos_sops = { |
super_operations | 43 | fs/nfs/inode.c | static struct super_operations nfs_sops = { |
super_operations | 37 | fs/proc/inode.c | static struct super_operations proc_sops = { |
super_operations | 39 | fs/smbfs/inode.c | static struct super_operations smb_sops = { |
super_operations | 51 | fs/sysv/inode.c | static struct super_operations sysv_sops = { |
super_operations | 375 | fs/umsdos/inode.c | static struct super_operations umsdos_sops = { |
super_operations | 57 | fs/xiafs/inode.c | static struct super_operations xiafs_sops = { |
super_operations | 306 | include/linux/fs.h | struct super_operations *s_op; |