Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/fs/ocfs2/
A Dexport.h15 extern const struct export_operations ocfs2_export_ops;
A Dexport.c278 const struct export_operations ocfs2_export_ops = {
/linux-6.3-rc2/fs/cifs/
A Dexport.c43 const struct export_operations cifs_export_ops = {
A Dcifsfs.h158 extern const struct export_operations cifs_export_ops;
/linux-6.3-rc2/fs/nilfs2/
A Dexport.h7 extern const struct export_operations nilfs_export_ops;
/linux-6.3-rc2/fs/btrfs/
A Dexport.h8 extern const struct export_operations btrfs_export_ops;
A Dexport.c288 const struct export_operations btrfs_export_ops = {
/linux-6.3-rc2/fs/xfs/
A Dxfs_super.h93 extern const struct export_operations xfs_export_operations;
A Dxfs_export.c226 const struct export_operations xfs_export_operations = {
/linux-6.3-rc2/fs/exportfs/
A Dexpfs.c30 const struct export_operations *nop = dir->d_sb->s_export_op; in exportfs_get_name()
387 const struct export_operations *nop = inode->i_sb->s_export_op; in exportfs_encode_inode_fh()
425 const struct export_operations *nop = mnt->mnt_sb->s_export_op; in exportfs_decode_fh_raw()
/linux-6.3-rc2/fs/gfs2/
A Dsuper.h57 extern const struct export_operations gfs2_export_ops;
A Dexport.c189 const struct export_operations gfs2_export_ops = {
/linux-6.3-rc2/fs/fat/
A Dnfs.c281 const struct export_operations fat_export_ops = {
287 const struct export_operations fat_export_ops_nostale = {
A Dfat.h471 extern const struct export_operations fat_export_ops;
472 extern const struct export_operations fat_export_ops_nostale;
/linux-6.3-rc2/fs/squashfs/
A Dsquashfs.h98 extern const struct export_operations squashfs_export_ops;
A Dexport.c175 const struct export_operations squashfs_export_ops = {
/linux-6.3-rc2/fs/ntfs/
A Dntfs.h58 extern const struct export_operations ntfs_export_ops;
A Dnamei.c386 const struct export_operations ntfs_export_ops = {
/linux-6.3-rc2/fs/isofs/
A Disofs.h201 extern const struct export_operations isofs_export_ops;
A Dexport.c188 const struct export_operations isofs_export_ops = {
/linux-6.3-rc2/include/linux/
A Dexportfs.h198 struct export_operations { struct
/linux-6.3-rc2/fs/nfs/
A Dexport.c148 const struct export_operations nfs_export_ops = {
/linux-6.3-rc2/Documentation/filesystems/nfs/
A Dexporting.rst122 super_block. This field must point to a "struct export_operations"
159 export_operations struct also includes a flags field that allows the
174 In addition to the operation vector pointers, struct export_operations also
/linux-6.3-rc2/fs/udf/
A Dudfdecl.h76 extern const struct export_operations udf_export_ops;
/linux-6.3-rc2/fs/efs/
A Dsuper.c125 static const struct export_operations efs_export_ops = {

Completed in 28 milliseconds

123