Home
last modified time | relevance | path

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

1234

/Linux-v5.4/include/linux/
Dpseudo_fs.h7 const struct super_operations *ops;
/Linux-v5.4/fs/9p/
Dvfs_super.c36 static const struct super_operations v9fs_super_ops, v9fs_super_ops_dotl;
334 static const struct super_operations v9fs_super_ops = {
344 static const struct super_operations v9fs_super_ops_dotl = {
/Linux-v5.4/fs/nfs/
Dnfs.h20 const struct super_operations *sops; /* NFS Super operations */
/Linux-v5.4/fs/ramfs/
Dinode.c53 static const struct super_operations ramfs_ops;
174 static const struct super_operations ramfs_ops = {
/Linux-v5.4/fs/gfs2/
Dsuper.h51 extern const struct super_operations gfs2_super_ops;
/Linux-v5.4/fs/kernfs/
Dkernfs-internal.h82 extern const struct super_operations kernfs_sops;
/Linux-v5.4/fs/ecryptfs/
Dsuper.c170 const struct super_operations ecryptfs_sops = {
/Linux-v5.4/fs/configfs/
Dmount.c39 static const struct super_operations configfs_ops = {
/Linux-v5.4/fs/qnx4/
Dinode.c29 static const struct super_operations qnx4_sops;
36 static const struct super_operations qnx4_sops =
/Linux-v5.4/fs/squashfs/
Dsuper.c38 static const struct super_operations squashfs_super_ops;
490 static const struct super_operations squashfs_super_ops = {
/Linux-v5.4/arch/s390/hypfs/
Dinode.c45 static const struct super_operations hypfs_s_ops;
462 static const struct super_operations hypfs_s_ops = {
/Linux-v5.4/security/
Dinode.c35 static const struct super_operations securityfs_super_operations = {
/Linux-v5.4/fs/ocfs2/dlmfs/
Ddlmfs.c43 static const struct super_operations dlmfs_ops;
585 static const struct super_operations dlmfs_ops = {
/Linux-v5.4/fs/sysv/
Dsysv.h166 extern const struct super_operations sysv_sops;
/Linux-v5.4/fs/proc/
Dinternal.h207 extern const struct super_operations proc_sops;
/Linux-v5.4/fs/efivarfs/
Dsuper.c26 static const struct super_operations efivarfs_ops = {
/Linux-v5.4/drivers/oprofile/
Doprofilefs.c40 static const struct super_operations s_ops = {
/Linux-v5.4/fs/coda/
Dinode.c98 static const struct super_operations coda_super_operations =
/Linux-v5.4/fs/freevxfs/
Dvxfs_super.c139 static const struct super_operations vxfs_super_ops = {
/Linux-v5.4/fs/btrfs/tests/
Dbtrfs-tests.c32 static const struct super_operations btrfs_test_super_ops = {
/Linux-v5.4/fs/erofs/
Dinternal.h278 extern const struct super_operations erofs_sops;
/Linux-v5.4/fs/
Dnsfs.c257 static const struct super_operations nsfs_ops = {
Dinode.c226 const struct super_operations *ops = sb->s_op; in alloc_inode()
275 const struct super_operations *ops = inode->i_sb->s_op; in destroy_inode()
555 const struct super_operations *op = inode->i_sb->s_op; in evict()
1533 const struct super_operations *op = inode->i_sb->s_op; in iput_final()
/Linux-v5.4/fs/qnx6/
Dinode.c29 static const struct super_operations qnx6_sops;
38 static const struct super_operations qnx6_sops = {
/Linux-v5.4/fs/efs/
Dsuper.c117 static const struct super_operations efs_superblock_operations = {

1234