taglinefilesource code
super_operations49fs/ext/inode.cstatic struct super_operations ext_sops = { 
super_operations123fs/ext2/super.cstatic struct super_operations ext2_sops = { 
super_operations133fs/hpfs/hpfs_fs.cstatic const struct super_operations hpfs_sops =
super_operations458fs/hpfs/hpfs_fs.cs->s_op = (struct super_operations *) &hpfs_sops;
super_operations47fs/isofs/inode.cstatic struct super_operations isofs_sops = { 
super_operations75fs/minix/inode.cstatic struct super_operations minix_sops = { 
super_operations46fs/msdos/namei.cstruct super_operations msdos_sops = { 
super_operations33fs/ncpfs/inode.cstatic struct super_operations ncp_sops = {
super_operations37fs/nfs/inode.cstatic struct super_operations nfs_sops = { 
super_operations33fs/proc/inode.cstatic struct super_operations proc_sops = { 
super_operations32fs/smbfs/inode.cstatic struct super_operations smb_sops = {
super_operations45fs/sysv/inode.cstatic struct super_operations sysv_sops = { 
super_operations369fs/umsdos/inode.cstatic struct super_operations umsdos_sops = { 
super_operations41fs/vfat/namei.cstatic struct super_operations vfat_sops = { 
super_operations51fs/xiafs/inode.cstatic struct super_operations xiafs_sops = { 
super_operations373include/linux/fs.hstruct super_operations *s_op;