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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnfs.h168 NFS_FILE_SYNC = 2 enumerator in enum:nfs3_stable_how
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dproc.c608 /* Note: NFSv2 ignores @stable and always uses NFS_FILE_SYNC */
609 data->args.stable = NFS_FILE_SYNC;
H A Dwrite.c475 return data->verf.committed != NFS_FILE_SYNC;
1075 * NFS_FILE_SYNC. We therefore implement this checking
1107 argp->stable = NFS_FILE_SYNC;
H A Ddirect.c558 if (data->res.verf->committed != NFS_FILE_SYNC) {
H A Dnfs2xdr.c605 res->verf->committed = NFS_FILE_SYNC;
H A Dnfs3proc.c787 data->args.stable = NFS_FILE_SYNC;
H A Dnfs4proc.c2350 stable = NFS_FILE_SYNC;

Completed in 54 milliseconds