Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnfs.h43 NFS_FILE_SYNC = 2, enumerator
/linux/include/trace/misc/
H A Dnfs.h83 TRACE_DEFINE_ENUM(NFS_FILE_SYNC);
89 { NFS_FILE_SYNC, "FILE_SYNC" })
/linux/fs/nfs/
H A Dnfs4_fs.h418 hdr->args.stable = NFS_FILE_SYNC; in nfs4_state_protect_write()
H A Dproc.c642 hdr->args.stable = NFS_FILE_SYNC; in nfs_proc_write_setup()
H A Dnfs2xdr.c898 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
H A Dnfs3xdr.c1701 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
2349 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
H A Dwrite.c970 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1635 argp->stable = NFS_FILE_SYNC; in nfs_writeback_result()
H A Dpagelist.c823 hdr->args.stable = NFS_FILE_SYNC; in nfs_pgio_rpcsetup()
H A Dnfs42proc.c397 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
H A Dnfs4xdr.c4425 verf->committed = NFS_FILE_SYNC; in decode_commit()
/linux/fs/nfs/blocklayout/
H A Dblocklayout.c369 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
/linux/fs/nfs/filelayout/
H A Dfilelayout.c237 hdr->res.verf->committed == NFS_FILE_SYNC) in filelayout_set_layoutcommit()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1480 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb()
1653 count, count, NFS_FILE_SYNC); in ff_layout_commit_record_layoutstats_done()
/linux/fs/nfsd/
H A Dnfs4proc.c1631 NFS_FILE_SYNC : NFS_UNSTABLE; in nfsd4_init_copy_res()
H A Dnfs4xdr.c1452 if (write->wr_stable_how > NFS_FILE_SYNC) in nfsd4_decode_write()