Home
last modified time | relevance | path

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

/Linux-v4.19/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.h777 set_bit(NFS_CONTEXT_ERROR_WRITE, &ctx->flags); in nfs_context_set_write_error()
/Linux-v4.19/include/linux/
Dnfs_fs.h77 #define NFS_CONTEXT_ERROR_WRITE (0) macro