Home
last modified time | relevance | path

Searched refs:NFS_FILE_SYNC (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/include/linux/
Dnfs.h50 NFS_FILE_SYNC = 2, enumerator
/Linux-v4.19/fs/nfs/
Dnfstrace.h802 TRACE_DEFINE_ENUM(NFS_FILE_SYNC);
808 { NFS_FILE_SYNC, "FILE_SYNC" })
Dnfs4_fs.h395 hdr->args.stable = NFS_FILE_SYNC; in nfs4_state_protect_write()
Dproc.c628 hdr->args.stable = NFS_FILE_SYNC; in nfs_proc_write_setup()
Dwrite.c973 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1618 argp->stable = NFS_FILE_SYNC; in nfs_writeback_result()
Dnfs42proc.c289 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
Dnfs2xdr.c920 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
Dpagelist.c566 hdr->args.stable = NFS_FILE_SYNC; in nfs_pgio_rpcsetup()
Dnfs3xdr.c1732 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
/Linux-v4.19/fs/nfs/blocklayout/
Dblocklayout.c392 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
/Linux-v4.19/fs/nfs/filelayout/
Dfilelayout.c234 hdr->res.verf->committed == NFS_FILE_SYNC) in filelayout_set_layoutcommit()
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.c1439 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb()
1613 count, count, NFS_FILE_SYNC); in ff_layout_commit_record_layoutstats_done()
/Linux-v4.19/fs/nfsd/
Dnfs4xdr.c1272 if (write->wr_stable_how > NFS_FILE_SYNC) in nfsd4_decode_write()