Home
last modified time | relevance | path

Searched refs:s_export_op (Results 1 – 25 of 41) sorted by relevance

12

/Linux-v4.19/fs/exportfs/
Dexpfs.c29 const struct export_operations *nop = dir->d_sb->s_export_op; in exportfs_get_name()
129 if (mnt->mnt_sb->s_export_op->get_parent) in reconnect_one()
130 parent = mnt->mnt_sb->s_export_op->get_parent(dentry); in reconnect_one()
386 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh()
422 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh()
/Linux-v4.19/mm/
Dcleancache.c153 if (sb->s_export_op != NULL) { in cleancache_get_key()
154 fhfn = sb->s_export_op->encode_fh; in cleancache_get_key()
/Linux-v4.19/fs/
Dfhandle.c30 if (!path->dentry->d_sb->s_export_op || in do_sys_name_to_handle()
31 !path->dentry->d_sb->s_export_op->fh_to_dentry) in do_sys_name_to_handle()
/Linux-v4.19/fs/nfsd/
Dblocklayout.c49 error = sb->s_export_op->map_blocks(inode, seg->offset, seg->length, in nfsd4_block_proc_layoutget()
139 error = inode->i_sb->s_export_op->commit_blocks(inode, iomaps, in nfsd4_block_commit_blocks()
164 return sb->s_export_op->get_uuid(sb, b->simple.sig, &b->simple.sig_len, in nfsd4_block_get_device_info_simple()
Dnfs4layouts.c140 if (sb->s_export_op->get_uuid && in nfsd4_setup_layout_type()
141 sb->s_export_op->map_blocks && in nfsd4_setup_layout_type()
142 sb->s_export_op->commit_blocks) in nfsd4_setup_layout_type()
146 if (sb->s_export_op->map_blocks && in nfsd4_setup_layout_type()
147 sb->s_export_op->commit_blocks && in nfsd4_setup_layout_type()
Dexport.c376 if (!inode->i_sb->s_export_op || in check_export()
377 !inode->i_sb->s_export_op->fh_to_dentry) { in check_export()
/Linux-v4.19/fs/overlayfs/
Dutil.c68 if (!sb->s_export_op || !sb->s_export_op->fh_to_dentry || in ovl_can_decode_fh()
72 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
Dinode.c563 if (inode->i_sb->s_export_op && in ovl_fill_inode()
806 if (sb->s_export_op && upper) in ovl_hash_bylower()
Dsuper.c1469 sb->s_export_op = &ovl_export_operations; in ovl_fill_super()
/Linux-v4.19/fs/efs/
Dsuper.c317 s->s_export_op = &efs_export_ops; in efs_fill_super()
/Linux-v4.19/fs/jffs2/
Dsuper.c303 sb->s_export_op = &jffs2_export_ops; in jffs2_fill_super()
/Linux-v4.19/fs/kernfs/
Dmount.c236 sb->s_export_op = &kernfs_export_ops; in kernfs_fill_super()
/Linux-v4.19/fs/squashfs/
Dsuper.c273 sb->s_export_op = &squashfs_export_ops; in squashfs_fill_super()
/Linux-v4.19/fs/orangefs/
Dsuper.c452 sb->s_export_op = &orangefs_export_ops; in orangefs_fill_sb()
/Linux-v4.19/Documentation/filesystems/nfs/
DExporting116 are exportable by setting the s_export_op field in the struct
/Linux-v4.19/fs/affs/
Dsuper.c547 sb->s_export_op = &affs_export_ops; in affs_fill_super()
/Linux-v4.19/fs/nfs/
Dsuper.c2354 sb->s_export_op = &nfs_export_ops; in nfs_fill_super()
2376 sb->s_export_op = old_sb->s_export_op; in nfs_clone_super()
/Linux-v4.19/fs/befs/
Dlinuxvfs.c900 sb->s_export_op = &befs_export_operations; in befs_fill_super()
/Linux-v4.19/fs/exofs/
Dsuper.c822 sb->s_export_op = &exofs_export_ops; in exofs_fill_super()
/Linux-v4.19/fs/fat/
Dinode.c1370 sb->s_export_op = &fat_export_ops_nostale; in parse_options()
1628 sb->s_export_op = &fat_export_ops; in fat_fill_super()
/Linux-v4.19/fs/jfs/
Dsuper.c565 sb->s_export_op = &jfs_export_operations; in jfs_fill_super()
/Linux-v4.19/fs/ceph/
Dsuper.c960 s->s_export_op = &ceph_export_ops; in ceph_set_super()
/Linux-v4.19/Documentation/filesystems/
Dporting139 New super_block field "struct export_operations *s_export_op" for
154 s_export_op is now required for exporting a filesystem.
/Linux-v4.19/fs/cifs/
Dcifsfs.c185 sb->s_export_op = &cifs_export_ops; in cifs_read_super()
/Linux-v4.19/fs/nilfs2/
Dsuper.c1056 sb->s_export_op = &nilfs_export_ops; in nilfs_fill_super()

12