Home
last modified time | relevance | path

Searched refs:EXPORT_OP_REMOTE_FS (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dexportfs.h244 #define EXPORT_OP_REMOTE_FS (0x8) /* Filesystem is remote */ macro
/linux-6.12.1/fs/nfs/
Dexport.c155 EXPORT_OP_REMOTE_FS |
/linux-6.12.1/Documentation/filesystems/nfs/
Dexporting.rst216 EXPORT_OP_REMOTE_FS - Backing storage for this filesystem is remote
223 constraint has negative consequences. EXPORT_OP_REMOTE_FS enables
/linux-6.12.1/fs/nfsd/
Dvfs.c1173 !(exp_op_flags & EXPORT_OP_REMOTE_FS)) { in nfsd_vfs_write()