Searched refs:super_operations (Results 1 - 25 of 100) sorted by relevance

1234

/linux-master/include/linux/
H A Dpseudo_fs.h7 const struct super_operations *ops;
/linux-master/fs/nfs/
H A Dnfs.h20 const struct super_operations *sops; /* NFS Super operations */
H A Dnfs4super.c24 static const struct super_operations nfs4_sops = {
/linux-master/fs/gfs2/
H A Dsuper.h60 extern const struct super_operations gfs2_super_ops;
/linux-master/fs/9p/
H A Dvfs_super.c31 static const struct super_operations v9fs_super_ops, v9fs_super_ops_dotl;
282 static const struct super_operations v9fs_super_ops = {
293 static const struct super_operations v9fs_super_ops_dotl = {
/linux-master/fs/ecryptfs/
H A Dsuper.c170 const struct super_operations ecryptfs_sops = {
/linux-master/fs/kernfs/
H A Dkernfs-internal.h126 extern const struct super_operations kernfs_sops;
/linux-master/fs/ramfs/
H A Dinode.c54 static const struct super_operations ramfs_ops;
216 static const struct super_operations ramfs_ops = {
/linux-master/fs/configfs/
H A Dmount.c37 static const struct super_operations configfs_ops = {
/linux-master/arch/s390/hypfs/
H A Dinode.c45 static const struct super_operations hypfs_s_ops;
457 static const struct super_operations hypfs_s_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/ocfs2/dlmfs/
H A Ddlmfs.c41 static const struct super_operations dlmfs_ops;
546 static const struct super_operations dlmfs_ops = {
/linux-master/fs/vboxsf/
H A Dsuper.c34 static struct super_operations vboxsf_super_ops; /* forward declaration */
324 static struct super_operations vboxsf_super_ops = {
/linux-master/fs/sysv/
H A Dsysv.h167 extern const struct super_operations sysv_sops;
/linux-master/security/
H A Dinode.c35 static const struct super_operations securityfs_super_operations = {
/linux-master/fs/proc/
H A Dinternal.h218 extern const struct super_operations proc_sops;
/linux-master/fs/btrfs/tests/
H A Dbtrfs-tests.c34 static const struct super_operations btrfs_test_super_ops = {
/linux-master/fs/freevxfs/
H A Dvxfs_super.c117 static const struct super_operations vxfs_super_ops = {
/linux-master/fs/
H A Dpidfs.c196 static const struct super_operations pidfs_sops = {
H A Dnsfs.c195 static const struct super_operations nsfs_ops = {
/linux-master/fs/squashfs/
H A Dsuper.c41 static const struct super_operations squashfs_super_ops;
686 static const struct super_operations squashfs_super_ops = {
/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/efivarfs/
H A Dsuper.c106 static const struct super_operations efivarfs_ops = {
/linux-master/fs/coda/
H A Dinode.c100 static const struct super_operations coda_super_operations =
/linux-master/fs/jffs2/
H A Dsuper.c243 static const struct super_operations jffs2_super_operations =

Completed in 534 milliseconds

1234