Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnfs.h50 NFS_FILE_SYNC = 2, enumerator
/Linux-v5.15/fs/nfs/
Dnfs4_fs.h413 hdr->args.stable = NFS_FILE_SYNC; in nfs4_state_protect_write()
Dnfstrace.h1059 TRACE_DEFINE_ENUM(NFS_FILE_SYNC);
1065 { NFS_FILE_SYNC, "FILE_SYNC" })
Dproc.c642 hdr->args.stable = NFS_FILE_SYNC; in nfs_proc_write_setup()
Dnfs2xdr.c898 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
Dwrite.c981 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1655 argp->stable = NFS_FILE_SYNC; in nfs_writeback_result()
Dnfs3xdr.c1700 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
2357 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
Dpagelist.c732 hdr->args.stable = NFS_FILE_SYNC; in nfs_pgio_rpcsetup()
Dnfs42proc.c386 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
Dnfs4xdr.c4364 verf->committed = NFS_FILE_SYNC; in decode_commit()
/Linux-v5.15/fs/nfs/blocklayout/
Dblocklayout.c387 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
/Linux-v5.15/fs/nfs/filelayout/
Dfilelayout.c235 hdr->res.verf->committed == NFS_FILE_SYNC) in filelayout_set_layoutcommit()
/Linux-v5.15/fs/nfs/flexfilelayout/
Dflexfilelayout.c1483 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb()
1651 count, count, NFS_FILE_SYNC); in ff_layout_commit_record_layoutstats_done()
/Linux-v5.15/fs/nfsd/
Dnfs4proc.c1507 copy->committed ? NFS_FILE_SYNC : NFS_UNSTABLE; in nfsd4_init_copy_res()
Dnfs4xdr.c1409 if (write->wr_stable_how > NFS_FILE_SYNC) in nfsd4_decode_write()