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

/linux-master/include/linux/
H A Dnfs.h43 NFS_FILE_SYNC = 2, enumerator in enum:nfs3_stable_how
/linux-master/include/trace/misc/
H A Dnfs.h85 TRACE_DEFINE_ENUM(NFS_FILE_SYNC); variable
91 { NFS_FILE_SYNC, "FILE_SYNC" })
/linux-master/fs/nfs/
H A Dnfs4_fs.h410 * that use machine cred use NFS_FILE_SYNC.
418 hdr->args.stable = NFS_FILE_SYNC;
H A Dnfs3xdr.c1701 if (unlikely(result->verf->committed > NFS_FILE_SYNC))
2349 verf->committed = NFS_FILE_SYNC;
H A Dwrite.c970 return hdr->verf.committed != NFS_FILE_SYNC;
1217 * and performs NFS_FILE_SYNC writes if the key will expired within
1565 * NFS_FILE_SYNC. We therefore implement this checking
1635 argp->stable = NFS_FILE_SYNC;
H A Dnfs2xdr.c898 result->verf->committed = NFS_FILE_SYNC;
H A Dproc.c641 /* Note: NFSv2 ignores @stable and always uses NFS_FILE_SYNC */
642 hdr->args.stable = NFS_FILE_SYNC;
H A Dpagelist.c823 hdr->args.stable = NFS_FILE_SYNC;
H A Dnfs42proc.c397 res->write_res.verifier.committed != NFS_FILE_SYNC) {
H A Dnfs4xdr.c4425 verf->committed = NFS_FILE_SYNC;
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c237 hdr->res.verf->committed == NFS_FILE_SYNC)
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.c369 hdr->verf.committed = NFS_FILE_SYNC;
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1488 if (hdr->res.verf->committed == NFS_FILE_SYNC ||
1661 count, count, NFS_FILE_SYNC);
/linux-master/fs/nfsd/
H A Dnfs4proc.c1631 NFS_FILE_SYNC : NFS_UNSTABLE;
H A Dnfs4xdr.c1452 if (write->wr_stable_how > NFS_FILE_SYNC)

Completed in 236 milliseconds