/openbmc/linux/fs/exportfs/ |
H A D | expfs.c | 30 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() 397 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh() 451 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh_raw()
|
/openbmc/linux/fs/nfsd/ |
H A D | blocklayout.c | 47 error = sb->s_export_op->map_blocks(inode, seg->offset, seg->length, in nfsd4_block_proc_layoutget() 135 error = inode->i_sb->s_export_op->commit_blocks(inode, iomaps, in nfsd4_block_commit_blocks() 160 return sb->s_export_op->get_uuid(sb, b->simple.sig, &b->simple.sig_len, in nfsd4_block_get_device_info_simple()
|
H A D | nfs4layouts.c | 140 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()
|
H A D | nfsfh.c | 283 if (dentry->d_sb->s_export_op->flags & EXPORT_OP_NOATOMIC_ATTR) in nfsd_set_fh_dentry() 287 if (dentry->d_sb->s_export_op->flags & EXPORT_OP_NOWCC) in nfsd_set_fh_dentry()
|
H A D | vfs.c | 347 const struct export_operations *export_ops = inode->i_sb->s_export_op; in commit_inode_metadata() 1136 if (sb->s_export_op) in nfsd_vfs_write() 1137 exp_op_flags = sb->s_export_op->flags; in nfsd_vfs_write() 1826 if ((ndentry->d_sb->s_export_op->flags & EXPORT_OP_CLOSE_BEFORE_UNLINK) && in nfsd_rename() 1936 if (rdentry->d_sb->s_export_op->flags & EXPORT_OP_CLOSE_BEFORE_UNLINK) in nfsd_unlink()
|
H A D | export.c | 429 if (!inode->i_sb->s_export_op || in check_export() 430 !inode->i_sb->s_export_op->fh_to_dentry) { in check_export() 440 if (inode->i_sb->s_export_op->flags & EXPORT_OP_NOSUBTREECHK && in check_export()
|
H A D | filecache.c | 314 if (!(file_inode(file)->i_sb->s_export_op->flags & EXPORT_OP_FLUSH_ON_CLOSE)) in nfsd_file_check_writeback()
|
/openbmc/linux/fs/ |
H A D | fhandle.c | 32 if (!path->dentry->d_sb->s_export_op || in do_sys_name_to_handle() 34 !path->dentry->d_sb->s_export_op->fh_to_dentry)) in do_sys_name_to_handle()
|
/openbmc/linux/fs/efs/ |
H A D | super.c | 314 s->s_export_op = &efs_export_ops; in efs_fill_super()
|
/openbmc/linux/fs/overlayfs/ |
H A D | util.c | 58 if (!sb->s_export_op || !sb->s_export_op->fh_to_dentry) in ovl_can_decode_fh() 61 return sb->s_export_op->encode_fh ? -1 : FILEID_INO32_GEN; in ovl_can_decode_fh()
|
H A D | super.c | 1483 sb->s_export_op = &ovl_export_operations; in ovl_fill_super() 1485 sb->s_export_op = &ovl_export_fid_operations; in ovl_fill_super()
|
/openbmc/linux/fs/kernfs/ |
H A D | mount.c | 264 sb->s_export_op = &kernfs_export_ops; in kernfs_fill_super()
|
/openbmc/linux/fs/jffs2/ |
H A D | super.c | 283 sb->s_export_op = &jffs2_export_ops; in jffs2_fill_super()
|
/openbmc/linux/fs/nfs/ |
H A D | super.c | 1081 sb->s_export_op = &nfs_export_ops; in nfs_fill_super() 1089 sb->s_export_op = &nfs_export_ops; in nfs_fill_super()
|
/openbmc/linux/fs/orangefs/ |
H A D | super.c | 470 sb->s_export_op = &orangefs_export_ops; in orangefs_fill_sb()
|
/openbmc/linux/fs/squashfs/ |
H A D | super.c | 400 sb->s_export_op = &squashfs_export_ops; in squashfs_fill_super()
|
/openbmc/linux/fs/affs/ |
H A D | super.c | 547 sb->s_export_op = &affs_export_ops; in affs_fill_super()
|
/openbmc/linux/fs/fat/ |
H A D | inode.c | 1376 sb->s_export_op = &fat_export_ops_nostale; in parse_options() 1627 sb->s_export_op = &fat_export_ops; in fat_fill_super()
|
/openbmc/linux/fs/befs/ |
H A D | linuxvfs.c | 895 sb->s_export_op = &befs_export_operations; in befs_fill_super()
|
/openbmc/linux/fs/jfs/ |
H A D | super.c | 533 sb->s_export_op = &jfs_export_operations; in jfs_fill_super()
|
/openbmc/linux/fs/erofs/ |
H A D | super.c | 639 sb->s_export_op = &erofs_export_ops; in erofs_fc_fill_super()
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | exporting.rst | 121 are exportable by setting the s_export_op field in the struct
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 297 const struct export_operations *s_export_op; member
|
/openbmc/linux/fs/isofs/ |
H A D | inode.c | 878 s->s_export_op = &isofs_export_ops; in isofs_fill_super()
|
/openbmc/linux/fs/nilfs2/ |
H A D | super.c | 1084 sb->s_export_op = &nilfs_export_ops; in nilfs_fill_super()
|