Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dexport.c162 EXPORT_OP_REMOTE_FS |
/linux/include/linux/
H A Dexportfs.h283 #define EXPORT_OP_REMOTE_FS (0x8) /* Filesystem is remote */ macro
/linux/fs/nfsd/
H A Dvfs.c1430 !(exp_op_flags & EXPORT_OP_REMOTE_FS)) { in nfsd_vfs_write()