Home
last modified time | relevance | path

Searched refs:export_operations (Results 1 – 25 of 53) sorted by relevance

123

/linux-6.15/include/linux/
H A Dexportfs.h254 struct export_operations { struct
293 exportfs_cannot_lock(const struct export_operations *export_ops) in exportfs_cannot_lock() argument
304 static inline bool exportfs_can_encode_fid(const struct export_operations *nop) in exportfs_can_encode_fid()
309 static inline bool exportfs_can_decode_fh(const struct export_operations *nop) in exportfs_can_decode_fh()
314 static inline bool exportfs_can_encode_fh(const struct export_operations *nop, in exportfs_can_encode_fh()
H A Dpseudo_fs.h8 const struct export_operations *eops;
/linux-6.15/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-6.15/fs/smb/client/
H A Dexport.c43 const struct export_operations cifs_export_ops = {
H A Dcifsfs.h144 extern const struct export_operations cifs_export_ops;
/linux-6.15/fs/nilfs2/
H A Dexport.h7 extern const struct export_operations nilfs_export_ops;
/linux-6.15/fs/btrfs/
H A Dexport.h12 extern const struct export_operations btrfs_export_ops;
/linux-6.15/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-6.15/fs/exportfs/
H A Dexpfs.c30 const struct export_operations *nop = dir->d_sb->s_export_op; in exportfs_get_name()
382 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh()
442 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh_raw()
/linux-6.15/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-6.15/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.h482 extern const struct export_operations fat_export_ops;
483 extern const struct export_operations fat_export_ops_nostale;
/linux-6.15/fs/squashfs/
H A Dsquashfs.h103 extern const struct export_operations squashfs_export_ops;
H A Dexport.c175 const struct export_operations squashfs_export_ops = {
/linux-6.15/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-6.15/fs/
H A Dfhandle.c328 const struct export_operations *eops; in handle_to_path()
401 const struct export_operations *eops; in do_handle_open()
/linux-6.15/fs/nfs/
H A Dexport.c148 const struct export_operations nfs_export_ops = {
/linux-6.15/fs/overlayfs/
H A Dexport.c864 const struct export_operations ovl_export_operations = {
873 const struct export_operations ovl_export_fid_operations = {
/linux-6.15/Documentation/filesystems/nfs/
H A Dexporting.rst122 super_block. This field must point to a "struct export_operations"
156 export_operations struct also includes a flags field that allows the
171 In addition to the operation vector pointers, struct export_operations also
/linux-6.15/fs/udf/
H A Dudfdecl.h76 extern const struct export_operations udf_export_ops;
/linux-6.15/fs/efs/
H A Dsuper.c113 static const struct export_operations efs_export_ops = {

123