Home
last modified time | relevance | path

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

123

/linux-6.12.1/include/linux/
Dexportfs.h223 struct export_operations { struct
261 exportfs_lock_op_is_async(const struct export_operations *export_ops) in exportfs_lock_op_is_async()
272 static inline bool exportfs_can_encode_fid(const struct export_operations *nop) in exportfs_can_encode_fid()
277 static inline bool exportfs_can_decode_fh(const struct export_operations *nop) in exportfs_can_decode_fh()
282 static inline bool exportfs_can_encode_fh(const struct export_operations *nop, in exportfs_can_encode_fh()
/linux-6.12.1/fs/ocfs2/
Dexport.h15 extern const struct export_operations ocfs2_export_ops;
Dexport.c278 const struct export_operations ocfs2_export_ops = {
/linux-6.12.1/fs/nilfs2/
Dexport.h7 extern const struct export_operations nilfs_export_ops;
/linux-6.12.1/fs/smb/client/
Dexport.c43 const struct export_operations cifs_export_ops = {
Dcifsfs.h145 extern const struct export_operations cifs_export_ops;
/linux-6.12.1/fs/btrfs/
Dexport.h12 extern const struct export_operations btrfs_export_ops;
Dexport.c294 const struct export_operations btrfs_export_ops = {
/linux-6.12.1/fs/exportfs/
Dexpfs.c30 const struct export_operations *nop = dir->d_sb->s_export_op; in exportfs_get_name()
384 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh()
434 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh_raw()
/linux-6.12.1/fs/xfs/
Dxfs_super.h93 extern const struct export_operations xfs_export_operations;
Dxfs_export.c240 const struct export_operations xfs_export_operations = {
/linux-6.12.1/fs/gfs2/
Dsuper.h59 extern const struct export_operations gfs2_export_ops;
Dexport.c187 const struct export_operations gfs2_export_ops = {
/linux-6.12.1/fs/squashfs/
Dsquashfs.h98 extern const struct export_operations squashfs_export_ops;
Dexport.c175 const struct export_operations squashfs_export_ops = {
/linux-6.12.1/fs/fat/
Dnfs.c287 const struct export_operations fat_export_ops = {
294 const struct export_operations fat_export_ops_nostale = {
Dfat.h482 extern const struct export_operations fat_export_ops;
483 extern const struct export_operations fat_export_ops_nostale;
/linux-6.12.1/fs/isofs/
Disofs.h201 extern const struct export_operations isofs_export_ops;
Dexport.c188 const struct export_operations isofs_export_ops = {
/linux-6.12.1/fs/nfs/
Dexport.c148 const struct export_operations nfs_export_ops = {
/linux-6.12.1/fs/overlayfs/
Dexport.c859 const struct export_operations ovl_export_operations = {
868 const struct export_operations ovl_export_fid_operations = {
/linux-6.12.1/Documentation/filesystems/nfs/
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.12.1/fs/udf/
Dudfdecl.h76 extern const struct export_operations udf_export_ops;
/linux-6.12.1/fs/jffs2/
Dsuper.c153 static const struct export_operations jffs2_export_ops = {
/linux-6.12.1/fs/kernfs/
Dmount.c152 static const struct export_operations kernfs_export_ops = {

123