taglinefilesource code
super_operations46fs/ext/inode.cstatic struct super_operations ext_sops = { 
super_operations119fs/ext2/super.cstatic struct super_operations ext2_sops = { 
super_operations133fs/hpfs/hpfs_fs.cstatic const struct super_operations hpfs_sops =
super_operations451fs/hpfs/hpfs_fs.cs->s_op = (struct super_operations *) &hpfs_sops;
super_operations41fs/isofs/inode.cstatic struct super_operations isofs_sops = { 
super_operations69fs/minix/inode.cstatic struct super_operations minix_sops = { 
super_operations69fs/msdos/inode.cstatic struct super_operations msdos_sops = { 
super_operations28fs/nfs/inode.cstatic struct super_operations nfs_sops = { 
super_operations33fs/proc/inode.cstatic struct super_operations proc_sops = { 
super_operations43fs/sysv/inode.cstatic struct super_operations sysv_sops = { 
super_operations380fs/umsdos/inode.cstatic struct super_operations umsdos_sops = { 
super_operations48fs/xiafs/inode.cstatic struct super_operations xiafs_sops = { 
super_operations302include/linux/fs.hstruct super_operations *s_op;