Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dnfs.h42 NFS_FILE_SYNC = 2, enumerator
/Linux-v6.1/include/trace/events/
Dnfs.h85 TRACE_DEFINE_ENUM(NFS_FILE_SYNC);
91 { NFS_FILE_SYNC, "FILE_SYNC" })
/Linux-v6.1/fs/nfs/
Dnfs4_fs.h416 hdr->args.stable = NFS_FILE_SYNC; in nfs4_state_protect_write()
Dproc.c641 hdr->args.stable = NFS_FILE_SYNC; in nfs_proc_write_setup()
Dnfs2xdr.c898 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
Dnfs3xdr.c1701 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
2349 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
Dwrite.c981 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1643 argp->stable = NFS_FILE_SYNC; in nfs_writeback_result()
Dpagelist.c726 hdr->args.stable = NFS_FILE_SYNC; in nfs_pgio_rpcsetup()
Dnfs42proc.c396 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
Dnfs4xdr.c4418 verf->committed = NFS_FILE_SYNC; in decode_commit()
/Linux-v6.1/fs/nfs/blocklayout/
Dblocklayout.c369 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
/Linux-v6.1/fs/nfs/filelayout/
Dfilelayout.c237 hdr->res.verf->committed == NFS_FILE_SYNC) in filelayout_set_layoutcommit()
/Linux-v6.1/fs/nfs/flexfilelayout/
Dflexfilelayout.c1487 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb()
1660 count, count, NFS_FILE_SYNC); in ff_layout_commit_record_layoutstats_done()
/Linux-v6.1/fs/nfsd/
Dnfs4proc.c1632 NFS_FILE_SYNC : NFS_UNSTABLE; in nfsd4_init_copy_res()
Dnfs4xdr.c1423 if (write->wr_stable_how > NFS_FILE_SYNC) in nfsd4_decode_write()