Searched refs:super_operations (Results 51 - 75 of 100) sorted by path

1234

/linux-master/fs/kernfs/
H A Dkernfs-internal.h126 extern const struct super_operations kernfs_sops;
H A Dmount.c58 const struct super_operations kernfs_sops = {
/linux-master/fs/
H A Dlibfs.c645 static const struct super_operations simple_super_operations = {
H A Dnsfs.c195 static const struct super_operations nsfs_ops = {
H A Dpidfs.c196 static const struct super_operations pidfs_sops = {
H A Dpipe.c1423 static const struct super_operations pipefs_ops = {
/linux-master/fs/minix/
H A Dinode.c107 static const struct super_operations minix_sops = {
/linux-master/fs/nfs/
H A Dinternal.h446 extern const struct super_operations nfs_sops;
H A Dnfs.h20 const struct super_operations *sops; /* NFS Super operations */
H A Dnfs4super.c24 static const struct super_operations nfs4_sops = {
H A Dsuper.c78 const struct super_operations nfs_sops = {
/linux-master/fs/nilfs2/
H A Dsuper.c695 static const struct super_operations nilfs_sops = {
/linux-master/fs/ntfs3/
H A Dsuper.c723 * ntfs_shutdown - super_operations::shutdown
731 * ntfs_sync_fs - super_operations::sync_fs
775 static const struct super_operations ntfs_sops = {
/linux-master/fs/ocfs2/dlmfs/
H A Ddlmfs.c41 static const struct super_operations dlmfs_ops;
546 static const struct super_operations dlmfs_ops = {
/linux-master/fs/ocfs2/
H A Dsuper.c130 static const struct super_operations ocfs2_sops = {
/linux-master/fs/omfs/
H A Dinode.c318 static const struct super_operations omfs_sops = {
/linux-master/fs/openpromfs/
H A Dinode.c365 static const struct super_operations openprom_sops = {
/linux-master/fs/orangefs/
H A Dsuper.c315 static const struct super_operations orangefs_s_ops = {
/linux-master/fs/overlayfs/
H A Dsuper.c267 static const struct super_operations ovl_super_operations = {
/linux-master/fs/proc/
H A Dinode.c187 const struct super_operations proc_sops = {
H A Dinternal.h218 extern const struct super_operations proc_sops;
/linux-master/fs/pstore/
H A Dinode.c280 static const struct super_operations pstore_ops = {
/linux-master/fs/qnx4/
H A Dinode.c30 static const struct super_operations qnx4_sops;
37 static const struct super_operations qnx4_sops =
/linux-master/fs/qnx6/
H A Dinode.c29 static const struct super_operations qnx6_sops;
38 static const struct super_operations qnx6_sops = {
/linux-master/fs/ramfs/
H A Dinode.c54 static const struct super_operations ramfs_ops;
216 static const struct super_operations ramfs_ops = {

Completed in 272 milliseconds

1234