Searched refs:s_op (Results 51 - 75 of 101) sorted by relevance

12345

/linux-master/fs/affs/
H A Dsuper.c354 sb->s_op = &affs_sops;
/linux-master/fs/hpfs/
H A Dsuper.c614 s->s_op = &hpfs_sops;
/linux-master/fs/tracefs/
H A Dinode.c427 sb->s_op = &tracefs_super_operations;
/linux-master/fs/orangefs/
H A Dsuper.c437 sb->s_op = &orangefs_s_ops;
/linux-master/fs/debugfs/
H A Dinode.c287 sb->s_op = &debugfs_super_operations;
/linux-master/fs/romfs/
H A Dsuper.c483 sb->s_op = &romfs_super_ops;
/linux-master/fs/
H A Dlibfs.c615 s->s_op = ctx->ops ?: &simple_super_operations;
961 s->s_op = &simple_super_operations;
H A Dbinfmt_misc.c1033 sb->s_op = &s_ops;
H A Dnamespace.c1752 if (flags & MNT_FORCE && sb->s_op->umount_begin) {
1753 sb->s_op->umount_begin(sb);
4697 if (root->d_sb->s_op->show_path)
4698 return root->d_sb->s_op->show_path(m, root);
/linux-master/fs/hostfs/
H A Dhostfs_kern.c934 sb->s_op = &hostfs_sbops;
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c717 sb->s_op = &spufs_ops;
/linux-master/kernel/bpf/
H A Dinode.c1024 sb->s_op = &bpf_super_ops;
/linux-master/fs/minix/
H A Dinode.c300 s->s_op = &minix_sops;
/linux-master/fs/befs/
H A Dlinuxvfs.c891 sb->s_op = &befs_sops;
/linux-master/fs/exfat/
H A Dsuper.c635 sb->s_op = &exfat_sops;
/linux-master/fs/jfs/
H A Dsuper.c532 sb->s_op = &jfs_super_operations;
/linux-master/fs/ext4/
H A Dmballoc-test.c67 sb->s_op = &mbt_sops;
/linux-master/fs/cramfs/
H A Dinode.c597 sb->s_op = &cramfs_ops;
/linux-master/fs/erofs/
H A Dsuper.c590 sb->s_op = &erofs_sops;
/linux-master/fs/ceph/
H A Dsuper.c1210 s->s_op = &ceph_super_ops;
/linux-master/net/sunrpc/
H A Drpc_pipe.c1370 sb->s_op = &s_ops;
/linux-master/fs/overlayfs/
H A Dsuper.c1357 sb->s_op = &ovl_super_operations;
/linux-master/fs/isofs/
H A Dinode.c877 s->s_op = &isofs_sops;
/linux-master/fs/nilfs2/
H A Dsuper.c1062 sb->s_op = &nilfs_sops;
/linux-master/fs/nfs/
H A Dsuper.c1065 sb->s_op = server->nfs_client->cl_nfs_mod->sops;

Completed in 280 milliseconds

12345