Symbol: export_operations
fs/affs/affs.h
167
extern const struct export_operations affs_export_ops;
fs/affs/namei.c
568
const struct export_operations affs_export_ops = {
fs/befs/linuxvfs.c
99
static const struct export_operations befs_export_operations = {
fs/btrfs/export.c
301
const struct export_operations btrfs_export_ops = {
fs/btrfs/export.h
12
extern const struct export_operations btrfs_export_ops;
fs/ceph/export.c
612
const struct export_operations ceph_export_ops = {
fs/ceph/super.h
1389
extern const struct export_operations ceph_export_ops;
fs/efs/super.c
113
static const struct export_operations efs_export_ops = {
fs/erofs/super.c
591
static const struct export_operations erofs_export_ops = {
fs/exportfs/expfs.c
30
const struct export_operations *nop = dir->d_sb->s_export_op;
fs/exportfs/expfs.c
383
const struct export_operations *nop = inode->i_sb->s_export_op;
fs/exportfs/expfs.c
443
const struct export_operations *nop = mnt->mnt_sb->s_export_op;
fs/ext2/super.c
419
static const struct export_operations ext2_export_ops = {
fs/ext4/super.c
1684
static const struct export_operations ext4_export_ops = {
fs/f2fs/super.c
3830
static const struct export_operations f2fs_export_ops = {
fs/fat/fat.h
487
extern const struct export_operations fat_export_ops;
fs/fat/fat.h
488
extern const struct export_operations fat_export_ops_nostale;
fs/fat/nfs.c
287
const struct export_operations fat_export_ops = {
fs/fat/nfs.c
294
const struct export_operations fat_export_ops_nostale = {
fs/fhandle.c
357
const struct export_operations *eops;
fs/fhandle.c
418
const struct export_operations *eops;
fs/fuse/inode.c
1186
static const struct export_operations fuse_export_fid_operations = {
fs/fuse/inode.c
1190
static const struct export_operations fuse_export_operations = {
fs/gfs2/export.c
187
const struct export_operations gfs2_export_ops = {
fs/gfs2/super.h
58
extern const struct export_operations gfs2_export_ops;
fs/isofs/export.c
188
const struct export_operations isofs_export_ops = {
fs/isofs/isofs.h
206
extern const struct export_operations isofs_export_ops;
fs/jffs2/super.c
153
static const struct export_operations jffs2_export_ops = {
fs/jfs/super.c
44
static const struct export_operations jfs_export_operations;
fs/jfs/super.c
863
static const struct export_operations jfs_export_operations = {
fs/kernfs/mount.c
169
static const struct export_operations kernfs_export_ops = {
fs/nfs/export.c
155
const struct export_operations nfs_export_ops = {
fs/nfs/internal.h
18
extern const struct export_operations nfs_export_ops;
fs/nfsd/vfs.c
369
const struct export_operations *export_ops = inode->i_sb->s_export_op;
fs/nilfs2/export.h
7
extern const struct export_operations nilfs_export_ops;
fs/nilfs2/namei.c
589
const struct export_operations nilfs_export_ops = {
fs/notify/fanotify/fanotify_user.c
1775
const struct export_operations *nop = dentry->d_sb->s_export_op;
fs/nsfs.c
655
static const struct export_operations nsfs_export_operations = {
fs/ntfs/namei.c
1677
const struct export_operations ntfs_export_ops = {
fs/ntfs/ntfs.h
188
extern const struct export_operations ntfs_export_ops;
fs/ntfs3/super.c
911
static const struct export_operations ntfs_export_ops = {
fs/ocfs2/export.c
280
const struct export_operations ocfs2_export_ops = {
fs/ocfs2/export.h
15
extern const struct export_operations ocfs2_export_ops;
fs/orangefs/super.c
377
static const struct export_operations orangefs_export_ops = {
fs/overlayfs/export.c
857
const struct export_operations ovl_export_operations = {
fs/overlayfs/export.c
866
const struct export_operations ovl_export_fid_operations = {
fs/overlayfs/overlayfs.h
935
extern const struct export_operations ovl_export_operations;
fs/overlayfs/overlayfs.h
936
extern const struct export_operations ovl_export_fid_operations;
fs/pidfs.c
980
static const struct export_operations pidfs_export_operations = {
fs/smb/client/cifsfs.h
165
extern const struct export_operations cifs_export_ops;
fs/smb/client/export.c
43
const struct export_operations cifs_export_ops = {
fs/squashfs/export.c
175
const struct export_operations squashfs_export_ops = {
fs/squashfs/squashfs.h
103
extern const struct export_operations squashfs_export_ops;
fs/udf/namei.c
1010
const struct export_operations udf_export_ops = {
fs/udf/udfdecl.h
76
extern const struct export_operations udf_export_ops;
fs/ufs/super.c
139
static const struct export_operations ufs_export_ops = {
fs/xfs/xfs_export.c
240
const struct export_operations xfs_export_operations = {
fs/xfs/xfs_super.h
93
extern const struct export_operations xfs_export_operations;
include/linux/exportfs.h
311
exportfs_cannot_lock(const struct export_operations *export_ops)
include/linux/exportfs.h
322
static inline bool exportfs_can_encode_fid(const struct export_operations *nop)
include/linux/exportfs.h
327
static inline bool exportfs_can_decode_fh(const struct export_operations *nop)
include/linux/exportfs.h
332
static inline bool exportfs_may_export(const struct export_operations *nop)
include/linux/exportfs.h
341
static inline bool exportfs_can_encode_fh(const struct export_operations *nop,
include/linux/fs/super_types.h
142
const struct export_operations *s_export_op;
include/linux/fs/super_types.h
22
struct export_operations;
include/linux/pseudo_fs.h
8
const struct export_operations *eops;
mm/shmem.c
4410
static const struct export_operations shmem_export_ops = {