Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dblocklayout.c34 return sb->s_export_op->get_uuid(sb, b->simple.sig, &b->simple.sig_len, in nfsd4_block_get_device_info_simple()
74 error = sb->s_export_op->map_blocks(inode, seg->offset, seg->length, in nfsd4_block_proc_layoutget()
169 error = inode->i_sb->s_export_op->commit_blocks(inode, iomaps, in nfsd4_block_proc_layoutcommit()
Dnfs4layouts.c124 if (sb->s_export_op->get_uuid && in nfsd4_setup_layout_type()
125 sb->s_export_op->map_blocks && in nfsd4_setup_layout_type()
126 sb->s_export_op->commit_blocks) in nfsd4_setup_layout_type()
Dexport.c375 if (!inode->i_sb->s_export_op || in check_export()
376 !inode->i_sb->s_export_op->fh_to_dentry) { in check_export()
Dvfs.c288 const struct export_operations *export_ops = inode->i_sb->s_export_op; in commit_metadata()
/linux-4.4.14/fs/exportfs/
Dexpfs.c28 const struct export_operations *nop = dir->d_sb->s_export_op; in exportfs_get_name()
128 if (mnt->mnt_sb->s_export_op->get_parent) in reconnect_one()
129 parent = mnt->mnt_sb->s_export_op->get_parent(dentry); in reconnect_one()
380 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh()
416 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh()
/linux-4.4.14/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()
Dshmem.c3031 sb->s_export_op = &shmem_export_ops; in shmem_fill_super()
/linux-4.4.14/fs/
Dfhandle.c28 if (!path->dentry->d_sb->s_export_op || in do_sys_name_to_handle()
29 !path->dentry->d_sb->s_export_op->fh_to_dentry) in do_sys_name_to_handle()
/linux-4.4.14/fs/efs/
Dsuper.c316 s->s_export_op = &efs_export_ops; in efs_fill_super()
/linux-4.4.14/fs/jffs2/
Dsuper.c303 sb->s_export_op = &jffs2_export_ops; in jffs2_fill_super()
/linux-4.4.14/fs/squashfs/
Dsuper.c273 sb->s_export_op = &squashfs_export_ops; in squashfs_fill_super()
/linux-4.4.14/Documentation/filesystems/nfs/
DExporting105 are exportable by setting the s_export_op field in the struct
/linux-4.4.14/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-4.4.14/fs/jfs/
Dsuper.c535 sb->s_export_op = &jfs_export_operations; in jfs_fill_super()
/linux-4.4.14/fs/ceph/
Dsuper.c863 s->s_export_op = &ceph_export_ops; in ceph_set_super()
/linux-4.4.14/fs/fat/
Dinode.c1266 sb->s_export_op = &fat_export_ops_nostale; in parse_options()
1514 sb->s_export_op = &fat_export_ops; in fat_fill_super()
/linux-4.4.14/fs/exofs/
Dsuper.c816 sb->s_export_op = &exofs_export_ops; in exofs_fill_super()
/linux-4.4.14/fs/cifs/
Dcifsfs.c162 sb->s_export_op = &cifs_export_ops; in cifs_read_super()
/linux-4.4.14/fs/fuse/
Dinode.c1063 sb->s_export_op = &fuse_export_operations; in fuse_fill_super()
/linux-4.4.14/fs/nilfs2/
Dsuper.c1077 sb->s_export_op = &nilfs_export_ops; in nilfs_fill_super()
/linux-4.4.14/fs/isofs/
Dinode.c817 s->s_export_op = &isofs_export_ops; in isofs_fill_super()
/linux-4.4.14/fs/f2fs/
Dsuper.c1176 sb->s_export_op = &f2fs_export_ops; in f2fs_fill_super()
/linux-4.4.14/fs/gfs2/
Dops_fstype.c1074 sb->s_export_op = &gfs2_export_ops; in fill_super()
/linux-4.4.14/fs/ext2/
Dsuper.c1111 sb->s_export_op = &ext2_export_ops; in ext2_fill_super()
/linux-4.4.14/fs/xfs/
Dxfs_super.c1466 sb->s_export_op = &xfs_export_operations; in xfs_fs_fill_super()
/linux-4.4.14/fs/ufs/
Dsuper.c1118 sb->s_export_op = &ufs_export_ops; in ufs_fill_super()
/linux-4.4.14/fs/btrfs/
Dsuper.c1036 sb->s_export_op = &btrfs_export_ops; in btrfs_fill_super()
/linux-4.4.14/fs/reiserfs/
Dsuper.c1644 s->s_export_op = &reiserfs_export_ops; in read_super_block()
/linux-4.4.14/fs/udf/
Dsuper.c2131 sb->s_export_op = &udf_export_ops; in udf_fill_super()
/linux-4.4.14/fs/ocfs2/
Dsuper.c2072 sb->s_export_op = &ocfs2_export_ops; in ocfs2_initialize_super()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c452 sb->s_export_op = &lustre_export_operations; in client_common_fill_super()
/linux-4.4.14/fs/ntfs/
Dsuper.c2927 sb->s_export_op = &ntfs_export_ops; in ntfs_fill_super()
/linux-4.4.14/include/linux/
Dfs.h1296 const struct export_operations *s_export_op; member
/linux-4.4.14/fs/ext4/
Dsuper.c3650 sb->s_export_op = &ext4_export_ops; in ext4_fill_super()