taglinefilesource code
super_operations55fs/ext/inode.cstatic struct super_operations ext_sops = { 
super_operations129fs/ext2/super.cstatic struct super_operations ext2_sops = { 
super_operations139fs/hpfs/hpfs_fs.cstatic const struct super_operations hpfs_sops =
super_operations458fs/hpfs/hpfs_fs.cs->s_op = (struct super_operations *) &hpfs_sops;
super_operations53fs/isofs/inode.cstatic struct super_operations isofs_sops = { 
super_operations78fs/minix/inode.cstatic struct super_operations minix_sops = { 
super_operations70fs/msdos/inode.cstatic struct super_operations msdos_sops = { 
super_operations43fs/nfs/inode.cstatic struct super_operations nfs_sops = { 
super_operations34fs/proc/inode.cstatic struct super_operations proc_sops = { 
super_operations39fs/smbfs/inode.cstatic struct super_operations smb_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_operations305include/linux/fs.hstruct super_operations *s_op;