Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dexportfs.h247 #define EXPORT_OP_FLUSH_ON_CLOSE (0x20) /* fs flushes file data on close */ macro
/linux/fs/nfs/
H A Dexport.c157 EXPORT_OP_FLUSH_ON_CLOSE,
/linux/Documentation/filesystems/nfs/
H A Dexporting.rst234 EXPORT_OP_FLUSH_ON_CLOSE - Filesystem flushes file data on close(2)
239 way should set EXPORT_OP_FLUSH_ON_CLOSE so that NFSD knows to skip
/linux/fs/nfsd/
H A Dfilecache.c310 if (!(file_inode(file)->i_sb->s_export_op->flags & EXPORT_OP_FLUSH_ON_CLOSE)) in nfsd_file_check_writeback()