Searched refs:export_operations (Results 1 - 25 of 49) sorted by relevance

12

/linux-master/fs/ocfs2/
H A Dexport.h15 extern const struct export_operations ocfs2_export_ops;
H A Dexport.c278 const struct export_operations ocfs2_export_ops = {
/linux-master/fs/nilfs2/
H A Dexport.h7 extern const struct export_operations nilfs_export_ops;
/linux-master/fs/smb/client/
H A Dexport.c43 const struct export_operations cifs_export_ops = {
H A Dcifsfs.h151 extern const struct export_operations cifs_export_ops;
/linux-master/fs/btrfs/
H A Dexport.h12 extern const struct export_operations btrfs_export_ops;
H A Dexport.c294 const struct export_operations btrfs_export_ops = {
/linux-master/include/linux/
H A Dexportfs.h163 * struct export_operations - for nfsd to communicate with file systems
222 struct export_operations { struct
256 * Returns true if the nfs export_operations structure has
260 exportfs_lock_op_is_async(const struct export_operations *export_ops)
271 static inline bool exportfs_can_encode_fid(const struct export_operations *nop)
276 static inline bool exportfs_can_decode_fh(const struct export_operations *nop)
281 static inline bool exportfs_can_encode_fh(const struct export_operations *nop,
/linux-master/fs/xfs/
H A Dxfs_super.h93 extern const struct export_operations xfs_export_operations;
H A Dxfs_export.c240 const struct export_operations xfs_export_operations = {
/linux-master/fs/gfs2/
H A Dsuper.h59 extern const struct export_operations gfs2_export_ops;
H A Dexport.c187 const struct export_operations gfs2_export_ops = {
/linux-master/fs/squashfs/
H A Dsquashfs.h98 extern const struct export_operations squashfs_export_ops;
H A Dexport.c175 const struct export_operations squashfs_export_ops = {
/linux-master/fs/isofs/
H A Disofs.h201 extern const struct export_operations isofs_export_ops;
H A Dexport.c188 const struct export_operations isofs_export_ops = {
/linux-master/fs/exportfs/
H A Dexpfs.c30 const struct export_operations *nop = dir->d_sb->s_export_op;
268 * get_name - default export_operations->get_name function
384 const struct export_operations *nop = inode->i_sb->s_export_op;
434 const struct export_operations *nop = mnt->mnt_sb->s_export_op;
/linux-master/fs/nfs/
H A Dexport.c148 const struct export_operations nfs_export_ops = {
/linux-master/fs/fat/
H A Dnfs.c287 const struct export_operations fat_export_ops = {
294 const struct export_operations fat_export_ops_nostale = {
H A Dfat.h470 extern const struct export_operations fat_export_ops;
471 extern const struct export_operations fat_export_ops_nostale;
/linux-master/fs/udf/
H A Dudfdecl.h76 extern const struct export_operations udf_export_ops;
/linux-master/fs/overlayfs/
H A Dexport.c855 const struct export_operations ovl_export_operations = {
864 const struct export_operations ovl_export_fid_operations = {
/linux-master/fs/affs/
H A Daffs.h167 extern const struct export_operations affs_export_ops;
/linux-master/fs/jffs2/
H A Dsuper.c152 static const struct export_operations jffs2_export_ops = {
/linux-master/fs/efs/
H A Dsuper.c124 static const struct export_operations efs_export_ops = {

Completed in 230 milliseconds

12