Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnfs.h52 NFS_FILE_SYNC = 2, enumerator
/linux-6.12.1/include/trace/misc/
Dnfs.h84 TRACE_DEFINE_ENUM(NFS_FILE_SYNC);
90 { NFS_FILE_SYNC, "FILE_SYNC" })
/linux-6.12.1/fs/nfs/
Dlocalio.c582 case NFS_FILE_SYNC: in nfs_do_local_write()
661 NFS_FILE_SYNC); in nfs_local_commit_done()
Dnfs4_fs.h419 hdr->args.stable = NFS_FILE_SYNC; in nfs4_state_protect_write()
Dproc.c642 hdr->args.stable = NFS_FILE_SYNC; in nfs_proc_write_setup()
Dnfs3xdr.c1698 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
2346 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
Dwrite.c950 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1629 argp->stable = NFS_FILE_SYNC; in nfs_writeback_result()
Dnfs2xdr.c894 result->verf->committed = NFS_FILE_SYNC; in nfs2_xdr_dec_writeres()
Dpagelist.c708 hdr->args.stable = NFS_FILE_SYNC; in nfs_pgio_rpcsetup()
Dnfs42proc.c397 res->write_res.verifier.committed != NFS_FILE_SYNC) { in _nfs42_proc_copy()
Dnfs4xdr.c4465 verf->committed = NFS_FILE_SYNC; in decode_commit()
/linux-6.12.1/fs/nfs/blocklayout/
Dblocklayout.c369 hdr->verf.committed = NFS_FILE_SYNC; in bl_end_par_io_write()
/linux-6.12.1/fs/nfs/filelayout/
Dfilelayout.c237 hdr->res.verf->committed == NFS_FILE_SYNC) in filelayout_set_layoutcommit()
/linux-6.12.1/fs/nfs/flexfilelayout/
Dflexfilelayout.c1496 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb()
1669 count, count, NFS_FILE_SYNC); in ff_layout_commit_record_layoutstats_done()
/linux-6.12.1/fs/nfsd/
Dnfs4proc.c1625 NFS_FILE_SYNC : NFS_UNSTABLE; in nfsd4_init_copy_res()
Dnfs4xdr.c1444 if (write->wr_stable_how > NFS_FILE_SYNC) in nfsd4_decode_write()