taglinefilesource code
super_operations46fs/ext/inode.cstatic struct super_operations ext_sops = { 
super_operations62fs/ext2/inode.cstatic struct super_operations ext2_sops = { 
super_operations41fs/isofs/inode.cstatic struct super_operations isofs_sops = { 
super_operations41fs/minix/inode.cstatic struct super_operations minix_sops = { 
super_operations57fs/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_operations48fs/xiafs/inode.cstatic struct super_operations xiafs_sops = { 
super_operations243include/linux/fs.hstruct super_operations *s_op;