Home
last modified time | relevance | path

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

12

/linux/fs/exportfs/
H A Dexpfs.c30 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()
383 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh()
443 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh_raw()
/linux/fs/nfsd/
H A Dblocklayout.c35 error = sb->s_export_op->map_blocks(inode, offset, length, &iomap, in nfsd4_block_map_extent()
197 error = inode->i_sb->s_export_op->commit_blocks(inode, iomaps, in nfsd4_block_commit_blocks()
221 return sb->s_export_op->get_uuid(sb, b->simple.sig, &b->simple.sig_len, in nfsd4_block_get_device_info_simple()
H A Dnfs4layouts.c139 if (sb->s_export_op->get_uuid && in nfsd4_setup_layout_type()
140 sb->s_export_op->map_blocks && in nfsd4_setup_layout_type()
141 sb->s_export_op->commit_blocks) in nfsd4_setup_layout_type()
145 if (sb->s_export_op->map_blocks && in nfsd4_setup_layout_type()
146 sb->s_export_op->commit_blocks && in nfsd4_setup_layout_type()
H A Dnfsfh.c274 if (dentry->d_sb->s_export_op->flags & EXPORT_OP_NOATOMIC_ATTR) in nfsd_set_fh_dentry()
279 if (dentry->d_sb->s_export_op->flags & EXPORT_OP_NOWCC) in nfsd_set_fh_dentry()
H A Dvfs.c368 const struct export_operations *export_ops = inode->i_sb->s_export_op; in commit_inode_metadata()
1426 if (sb->s_export_op) in nfsd_vfs_write()
1427 exp_op_flags = sb->s_export_op->flags; in nfsd_vfs_write()
2180 if ((rd.new_dentry->d_sb->s_export_op->flags & EXPORT_OP_CLOSE_BEFORE_UNLINK) && in nfsd_rename()
2295 if (rdentry->d_sb->s_export_op->flags & EXPORT_OP_CLOSE_BEFORE_UNLINK) in nfsd_unlink()
H A Dexport.c440 if (!exportfs_can_decode_fh(inode->i_sb->s_export_op)) { in check_export()
450 if (inode->i_sb->s_export_op->flags & EXPORT_OP_NOSUBTREECHK && in check_export()
/linux/include/linux/fs/
H A Dsuper_types.h139 const struct export_operations *s_export_op; member
/linux/include/linux/lockd/
H A Dlockd.h325 return exportfs_cannot_lock(nlmsvc_file_file(file)->f_path.dentry->d_sb->s_export_op); in nlmsvc_file_cannot_lock()
/linux/fs/kernfs/
H A Dmount.c299 sb->s_export_op = &kernfs_export_ops; in kernfs_fill_super()
/linux/fs/fuse/
H A Dinode.c1447 fm->sb->s_export_op = &fuse_export_fid_operations; in process_init_reply()
1709 sb->s_export_op = &fuse_export_operations; in fuse_sb_defaults()
1734 sb->s_export_op = parent_sb->s_export_op; in fuse_fill_super_submount()
/linux/fs/nfs/
H A Dsuper.c1113 sb->s_export_op = &nfs_export_ops; in nfs_fill_super()
1121 sb->s_export_op = &nfs_export_ops; in nfs_fill_super()
/linux/fs/orangefs/
H A Dsuper.c450 sb->s_export_op = &orangefs_export_ops; in orangefs_fill_sb()
/linux/fs/overlayfs/
H A Dsuper.c1514 sb->s_export_op = &ovl_export_operations; in ovl_fill_super_creds()
1516 sb->s_export_op = &ovl_export_fid_operations; in ovl_fill_super_creds()
/linux/fs/affs/
H A Dsuper.c513 sb->s_export_op = &affs_export_ops; in affs_fill_super()
/linux/fs/squashfs/
H A Dsuper.c408 sb->s_export_op = &squashfs_export_ops; in squashfs_fill_super()
/linux/fs/fat/
H A Dinode.c1565 sb->s_export_op = &fat_export_ops; in fat_fill_super()
1589 sb->s_export_op = &fat_export_ops_nostale; in fat_fill_super()
/linux/fs/befs/
H A Dlinuxvfs.c863 sb->s_export_op = &befs_export_operations; in befs_fill_super()
/linux/fs/jfs/
H A Dsuper.c500 sb->s_export_op = &jfs_export_operations; in jfs_fill_super()
/linux/fs/isofs/
H A Dinode.c837 s->s_export_op = &isofs_export_ops; in isofs_fill_super()
/linux/fs/ceph/
H A Dsuper.c1212 s->s_export_op = &ceph_export_ops; in ceph_set_super()
/linux/fs/ext2/
H A Dsuper.c1202 sb->s_export_op = &ext2_export_ops; in ext2_fill_super()
/linux/fs/ufs/
H A Dsuper.c1095 sb->s_export_op = &ufs_export_ops; in ufs_fill_super()
/linux/Documentation/filesystems/
H A Dporting.rst164 New super_block field ``struct export_operations *s_export_op`` for
179 s_export_op is now required for exporting a filesystem.
/linux/fs/smb/client/
H A Dcifsfs.c317 sb->s_export_op = &cifs_export_ops; in cifs_read_super()
/linux/fs/xfs/
H A Dxfs_super.c1701 sb->s_export_op = &xfs_export_operations; in xfs_fs_fill_super()

12