Home
last modified time | relevance | path

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

12

/Linux-v5.15/fs/exportfs/
Dexpfs.c30 const struct export_operations *nop = dir->d_sb->s_export_op; in exportfs_get_name()
130 if (mnt->mnt_sb->s_export_op->get_parent) in reconnect_one()
131 parent = mnt->mnt_sb->s_export_op->get_parent(dentry); in reconnect_one()
388 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh()
426 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh_raw()
/Linux-v5.15/mm/
Dcleancache.c152 if (sb->s_export_op != NULL) { in cleancache_get_key()
153 fhfn = sb->s_export_op->encode_fh; in cleancache_get_key()
/Linux-v5.15/fs/nfsd/
Dblocklayout.c50 error = sb->s_export_op->map_blocks(inode, seg->offset, seg->length, in nfsd4_block_proc_layoutget()
138 error = inode->i_sb->s_export_op->commit_blocks(inode, iomaps, in nfsd4_block_commit_blocks()
163 return sb->s_export_op->get_uuid(sb, b->simple.sig, &b->simple.sig_len, in nfsd4_block_get_device_info_simple()
Dnfsfh.h265 if (inode->i_sb->s_export_op->fetch_iversion) in nfsd4_change_attribute()
266 return inode->i_sb->s_export_op->fetch_iversion(inode); in nfsd4_change_attribute()
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()
Dnfsfh.c306 if (dentry->d_sb->s_export_op->flags & EXPORT_OP_NOATOMIC_ATTR) in nfsd_set_fh_dentry()
310 if (dentry->d_sb->s_export_op->flags & EXPORT_OP_NOWCC) in nfsd_set_fh_dentry()
Dvfs.c284 const struct export_operations *export_ops = inode->i_sb->s_export_op; in commit_inode_metadata()
964 if (sb->s_export_op) in nfsd_vfs_write()
965 exp_op_flags = sb->s_export_op->flags; in nfsd_vfs_write()
1780 if ((ndentry->d_sb->s_export_op->flags & EXPORT_OP_CLOSE_BEFORE_UNLINK) && in nfsd_rename()
1881 if (rdentry->d_sb->s_export_op->flags & EXPORT_OP_CLOSE_BEFORE_UNLINK) in nfsd_unlink()
Dexport.c424 if (!inode->i_sb->s_export_op || in check_export()
425 !inode->i_sb->s_export_op->fh_to_dentry) { in check_export()
435 if (inode->i_sb->s_export_op->flags & EXPORT_OP_NOSUBTREECHK && in check_export()
/Linux-v5.15/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-v5.15/fs/overlayfs/
Dutil.c57 if (!sb->s_export_op || !sb->s_export_op->fh_to_dentry) in ovl_can_decode_fh()
60 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
Dinode.c1077 if (sb->s_export_op && upper) in ovl_hash_bylower()
/Linux-v5.15/fs/efs/
Dsuper.c314 s->s_export_op = &efs_export_ops; in efs_fill_super()
/Linux-v5.15/fs/kernfs/
Dmount.c251 sb->s_export_op = &kernfs_export_ops; in kernfs_fill_super()
/Linux-v5.15/fs/jffs2/
Dsuper.c282 sb->s_export_op = &jffs2_export_ops; in jffs2_fill_super()
/Linux-v5.15/fs/squashfs/
Dsuper.c315 sb->s_export_op = &squashfs_export_ops; in squashfs_fill_super()
/Linux-v5.15/fs/orangefs/
Dsuper.c468 sb->s_export_op = &orangefs_export_ops; in orangefs_fill_sb()
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c1333 if (!path->dentry->d_sb->s_export_op || in fanotify_test_fid()
1334 !path->dentry->d_sb->s_export_op->fh_to_dentry) in fanotify_test_fid()
/Linux-v5.15/fs/affs/
Dsuper.c547 sb->s_export_op = &affs_export_ops; in affs_fill_super()
/Linux-v5.15/fs/befs/
Dlinuxvfs.c896 sb->s_export_op = &befs_export_operations; in befs_fill_super()
/Linux-v5.15/fs/lockd/
Dsvclock.c487 if (inode->i_sb->s_export_op->flags & EXPORT_OP_SYNC_LOCKS) { in nlmsvc_lock()
/Linux-v5.15/fs/jfs/
Dsuper.c538 sb->s_export_op = &jfs_export_operations; in jfs_fill_super()
/Linux-v5.15/fs/fat/
Dinode.c1377 sb->s_export_op = &fat_export_ops_nostale; in parse_options()
1632 sb->s_export_op = &fat_export_ops; in fat_fill_super()
/Linux-v5.15/Documentation/filesystems/nfs/
Dexporting.rst121 are exportable by setting the s_export_op field in the struct
/Linux-v5.15/fs/ceph/
Dsuper.c985 s->s_export_op = &ceph_export_ops; in ceph_set_super()
/Linux-v5.15/Documentation/filesystems/
Dporting.rst158 New super_block field ``struct export_operations *s_export_op`` for
173 s_export_op is now required for exporting a filesystem.

12