Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dfile.c215 do_resend = test_and_clear_bit(NFS_CONTEXT_RESEND_WRITES, &ctx->flags); in nfs_file_fsync_commit()
223 do_resend |= test_bit(NFS_CONTEXT_RESEND_WRITES, &ctx->flags); in nfs_file_fsync_commit()
Dwrite.c1419 set_bit(NFS_CONTEXT_RESEND_WRITES, &nfs_req_openctx(req)->flags); in nfs_redirty_request()
1869 set_bit(NFS_CONTEXT_RESEND_WRITES, &nfs_req_openctx(req)->flags); in nfs_commit_release_pages()
Dpnfs.c2613 set_bit(NFS_CONTEXT_RESEND_WRITES, &hdr->args.context->flags); in pnfs_write_done_resend_to_mds()
/Linux-v5.4/include/linux/
Dnfs_fs.h79 #define NFS_CONTEXT_RESEND_WRITES (1) macro