Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dfile.c223 if (test_bit(NFS_CONTEXT_ERROR_WRITE, &ctx->flags)) { in nfs_file_fsync_commit()
250 if (test_and_clear_bit(NFS_CONTEXT_ERROR_WRITE, &ctx->flags)) { in nfs_file_fsync()
591 if (test_bit(NFS_CONTEXT_ERROR_WRITE, &ctx->flags) || in nfs_need_check_write()
Dinternal.h779 set_bit(NFS_CONTEXT_ERROR_WRITE, &ctx->flags); in nfs_context_set_write_error()
/linux-4.19.296/include/linux/
Dnfs_fs.h77 #define NFS_CONTEXT_ERROR_WRITE (0) macro