Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dfile.c254 do_resend = test_and_clear_bit(NFS_CONTEXT_RESEND_WRITES, &ctx->flags); in nfs_file_fsync_commit()
267 do_resend |= test_bit(NFS_CONTEXT_RESEND_WRITES, &ctx->flags); in nfs_file_fsync_commit()
Dwrite.c1292 set_bit(NFS_CONTEXT_RESEND_WRITES, &req->wb_context->flags); in nfs_redirty_request()
1721 set_bit(NFS_CONTEXT_RESEND_WRITES, &req->wb_context->flags); in nfs_commit_release_pages()
Dpnfs.c1824 set_bit(NFS_CONTEXT_RESEND_WRITES, &hdr->args.context->flags); in pnfs_write_done_resend_to_mds()
/linux-4.1.27/include/linux/
Dnfs_fs.h87 #define NFS_CONTEXT_RESEND_WRITES (1) macro
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayout.c628 set_bit(NFS_CONTEXT_RESEND_WRITES, &ctx->flags); in ff_layout_reset_write()