taglinefilesource code
super_operations46fs/ext/inode.cstatic struct super_operations ext_sops = { 
super_operations119fs/ext2/super.cstatic struct super_operations ext2_sops = { 
super_operations134fs/hpfs/hpfs_fs.cstatic const struct super_operations hpfs_sops =
super_operations452fs/hpfs/hpfs_fs.cs->s_op = (struct super_operations *) &hpfs_sops;
super_operations51fs/isofs/inode.cstatic struct super_operations isofs_sops = { 
super_operations78fs/minix/inode.cstatic struct super_operations minix_sops = { 
super_operations72fs/msdos/inode.cstatic struct super_operations msdos_sops = { 
super_operations39fs/nfs/inode.cstatic struct super_operations nfs_sops = { 
super_operations36fs/proc/inode.cstatic struct super_operations proc_sops = { 
super_operations51fs/sysv/inode.cstatic struct super_operations sysv_sops = { 
super_operations375fs/umsdos/inode.cstatic struct super_operations umsdos_sops = { 
super_operations57fs/xiafs/inode.cstatic struct super_operations xiafs_sops = { 
super_operations306include/linux/fs.hstruct super_operations *s_op;