Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dexportfs.h222 #define EXPORT_OP_REMOTE_FS (0x8) /* Filesystem is remote */ macro
/openbmc/linux/fs/nfs/
H A Dexport.c155 EXPORT_OP_REMOTE_FS |
/openbmc/linux/Documentation/filesystems/nfs/
H A Dexporting.rst219 EXPORT_OP_REMOTE_FS - Backing storage for this filesystem is remote
226 constraint has negative consequences. EXPORT_OP_REMOTE_FS enables
/openbmc/linux/fs/nfsd/
H A Dvfs.c1140 !(exp_op_flags & EXPORT_OP_REMOTE_FS)) { in nfsd_vfs_write()