Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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.c3022 sb->s_export_op = &shmem_export_ops; in shmem_fill_super()
/linux-4.1.27/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.1.27/fs/efs/
Dsuper.c316 s->s_export_op = &efs_export_ops; in efs_fill_super()
/linux-4.1.27/fs/jffs2/
Dsuper.c303 sb->s_export_op = &jffs2_export_ops; in jffs2_fill_super()
/linux-4.1.27/fs/squashfs/
Dsuper.c273 sb->s_export_op = &squashfs_export_ops; in squashfs_fill_super()
/linux-4.1.27/Documentation/filesystems/nfs/
DExporting105 are exportable by setting the s_export_op field in the struct
/linux-4.1.27/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.1.27/fs/ceph/
Dsuper.c841 s->s_export_op = &ceph_export_ops; in ceph_set_super()
/linux-4.1.27/fs/jfs/
Dsuper.c538 sb->s_export_op = &jfs_export_operations; in jfs_fill_super()
/linux-4.1.27/fs/fat/
Dinode.c1265 sb->s_export_op = &fat_export_ops_nostale; in parse_options()
1513 sb->s_export_op = &fat_export_ops; in fat_fill_super()
/linux-4.1.27/fs/exofs/
Dsuper.c816 sb->s_export_op = &exofs_export_ops; in exofs_fill_super()
/linux-4.1.27/fs/cifs/
Dcifsfs.c162 sb->s_export_op = &cifs_export_ops; in cifs_read_super()
/linux-4.1.27/fs/f2fs/
Dsuper.c1026 sb->s_export_op = &f2fs_export_ops; in f2fs_fill_super()
/linux-4.1.27/fs/fuse/
Dinode.c1012 sb->s_export_op = &fuse_export_operations; in fuse_fill_super()
/linux-4.1.27/fs/isofs/
Dinode.c817 s->s_export_op = &isofs_export_ops; in isofs_fill_super()
/linux-4.1.27/fs/nilfs2/
Dsuper.c1074 sb->s_export_op = &nilfs_export_ops; in nilfs_fill_super()
/linux-4.1.27/fs/xfs/
Dxfs_super.c1466 sb->s_export_op = &xfs_export_operations; in xfs_fs_fill_super()
/linux-4.1.27/fs/gfs2/
Dops_fstype.c1073 sb->s_export_op = &gfs2_export_ops; in fill_super()
/linux-4.1.27/fs/ext2/
Dsuper.c1105 sb->s_export_op = &ext2_export_ops; in ext2_fill_super()
/linux-4.1.27/fs/ufs/
Dsuper.c1137 sb->s_export_op = &ufs_export_ops; in ufs_fill_super()
/linux-4.1.27/fs/btrfs/
Dsuper.c949 sb->s_export_op = &btrfs_export_ops; in btrfs_fill_super()
/linux-4.1.27/fs/reiserfs/
Dsuper.c1644 s->s_export_op = &reiserfs_export_ops; in read_super_block()
/linux-4.1.27/fs/udf/
Dsuper.c2124 sb->s_export_op = &udf_export_ops; in udf_fill_super()
/linux-4.1.27/fs/ocfs2/
Dsuper.c2061 sb->s_export_op = &ocfs2_export_ops; in ocfs2_initialize_super()
/linux-4.1.27/fs/ntfs/
Dsuper.c2934 sb->s_export_op = &ntfs_export_ops; in ntfs_fill_super()
/linux-4.1.27/include/linux/
Dfs.h1287 const struct export_operations *s_export_op; member
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_lib.c479 sb->s_export_op = &lustre_export_operations; in client_common_fill_super()
/linux-4.1.27/fs/ext3/
Dsuper.c2010 sb->s_export_op = &ext3_export_ops; in ext3_fill_super()
/linux-4.1.27/fs/ext4/
Dsuper.c3998 sb->s_export_op = &ext4_export_ops; in ext4_fill_super()