Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnfs.h50 NFS_FILE_SYNC = 2, enumerator
/Linux-v5.4/fs/nfs/
Dnfs4_fs.h393 hdr->args.stable = NFS_FILE_SYNC; in nfs4_state_protect_write()
Dnfstrace.h898 TRACE_DEFINE_ENUM(NFS_FILE_SYNC);
904 { NFS_FILE_SYNC, "FILE_SYNC" })
Dproc.c631 hdr->args.stable = NFS_FILE_SYNC; in nfs_proc_write_setup()
Dwrite.c978 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1650 argp->stable = NFS_FILE_SYNC; in nfs_writeback_result()
Dnfs2xdr.c902 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
Dnfs42proc.c290 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
Dpagelist.c589 hdr->args.stable = NFS_FILE_SYNC; in nfs_pgio_rpcsetup()
Dnfs3xdr.c1700 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
/Linux-v5.4/fs/nfs/blocklayout/
Dblocklayout.c392 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
/Linux-v5.4/fs/nfs/filelayout/
Dfilelayout.c234 hdr->res.verf->committed == NFS_FILE_SYNC) in filelayout_set_layoutcommit()
/Linux-v5.4/fs/nfs/flexfilelayout/
Dflexfilelayout.c1520 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb()
1685 count, count, NFS_FILE_SYNC); in ff_layout_commit_record_layoutstats_done()
/Linux-v5.4/fs/nfsd/
Dnfs4xdr.c1277 if (write->wr_stable_how > NFS_FILE_SYNC) in nfsd4_decode_write()