Home
last modified time | relevance | path

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

1234

/Linux-v5.15/fs/9p/
Dvfs_super.c36 static const struct super_operations v9fs_super_ops, v9fs_super_ops_dotl;
336 static const struct super_operations v9fs_super_ops = {
346 static const struct super_operations v9fs_super_ops_dotl = {
/Linux-v5.15/include/linux/
Dpseudo_fs.h7 const struct super_operations *ops;
/Linux-v5.15/fs/nfs/
Dnfs.h20 const struct super_operations *sops; /* NFS Super operations */
Dnfs4super.c24 static const struct super_operations nfs4_sops = {
/Linux-v5.15/fs/ramfs/
Dinode.c53 static const struct super_operations ramfs_ops;
184 static const struct super_operations ramfs_ops = {
/Linux-v5.15/fs/gfs2/
Dsuper.h58 extern const struct super_operations gfs2_super_ops;
/Linux-v5.15/fs/kernfs/
Dkernfs-internal.h104 extern const struct super_operations kernfs_sops;
/Linux-v5.15/fs/ecryptfs/
Dsuper.c170 const struct super_operations ecryptfs_sops = {
/Linux-v5.15/fs/configfs/
Dmount.c37 static const struct super_operations configfs_ops = {
/Linux-v5.15/fs/vboxsf/
Dsuper.c34 static struct super_operations vboxsf_super_ops; /* forward declaration */
323 static struct super_operations vboxsf_super_ops = {
/Linux-v5.15/fs/qnx4/
Dinode.c29 static const struct super_operations qnx4_sops;
36 static const struct super_operations qnx4_sops =
/Linux-v5.15/arch/s390/hypfs/
Dinode.c45 static const struct super_operations hypfs_s_ops;
457 static const struct super_operations hypfs_s_ops = {
/Linux-v5.15/fs/ocfs2/dlmfs/
Ddlmfs.c41 static const struct super_operations dlmfs_ops;
539 static const struct super_operations dlmfs_ops = {
/Linux-v5.15/security/
Dinode.c35 static const struct super_operations securityfs_super_operations = {
/Linux-v5.15/fs/squashfs/
Dsuper.c40 static const struct super_operations squashfs_super_ops;
574 static const struct super_operations squashfs_super_ops = {
/Linux-v5.15/fs/sysv/
Dsysv.h167 extern const struct super_operations sysv_sops;
/Linux-v5.15/fs/efivarfs/
Dsuper.c26 static const struct super_operations efivarfs_ops = {
/Linux-v5.15/fs/proc/
Dinternal.h218 extern const struct super_operations proc_sops;
/Linux-v5.15/fs/btrfs/tests/
Dbtrfs-tests.c32 static const struct super_operations btrfs_test_super_ops = {
/Linux-v5.15/fs/freevxfs/
Dvxfs_super.c139 static const struct super_operations vxfs_super_ops = {
/Linux-v5.15/fs/qnx6/
Dinode.c29 static const struct super_operations qnx6_sops;
38 static const struct super_operations qnx6_sops = {
/Linux-v5.15/fs/coda/
Dinode.c98 static const struct super_operations coda_super_operations =
/Linux-v5.15/fs/efs/
Dsuper.c118 static const struct super_operations efs_superblock_operations = {
/Linux-v5.15/fs/
Dnsfs.c278 static const struct super_operations nsfs_ops = {
Dinode.c233 const struct super_operations *ops = sb->s_op; in alloc_inode()
282 const struct super_operations *ops = inode->i_sb->s_op; in destroy_inode()
569 const struct super_operations *op = inode->i_sb->s_op; in evict()
1627 const struct super_operations *op = inode->i_sb->s_op; in iput_final()

1234