Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dexportfs.h242 #define EXPORT_OP_CLOSE_BEFORE_UNLINK (0x4) /* close files before unlink */ macro
/linux/fs/nfs/
H A Dexport.c154 EXPORT_OP_CLOSE_BEFORE_UNLINK |
/linux/fs/nfsd/
H A Dvfs.c1884 if ((ndentry->d_sb->s_export_op->flags & EXPORT_OP_CLOSE_BEFORE_UNLINK) && in nfsd_rename()
1995 if (rdentry->d_sb->s_export_op->flags & EXPORT_OP_CLOSE_BEFORE_UNLINK) in nfsd_unlink()
/linux/Documentation/filesystems/nfs/
H A Dexporting.rst203 EXPORT_OP_CLOSE_BEFORE_UNLINK - always close cached files before unlinking