Searched refs:stable (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dwrite.c839 stable = (how & FLUSH_STABLE); local
854 data->args.stable = NFS_FILE_SYNC;
855 else if (stable) {
857 data->args.stable = NFS_FILE_SYNC;
859 data->args.stable = NFS_DATA_SYNC;
861 data->args.stable = NFS_UNSTABLE;
961 if (resp->verf->committed < argp->stable && task->tk_status >= 0) {
963 * commit data to stable storage even though we
974 " (committed = %d) != (stable = %d)\n",
976 resp->verf->committed, argp->stable);
[all...]
H A Dnfs3proc.c207 arg.stable = (flags & NFS_RW_SYNC) ? NFS_FILE_SYNC : NFS_UNSTABLE;
H A Dnfs3xdr.c366 *p++ = htonl(args->stable);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnfs_xdr.h86 enum nfs3_stable_how stable; member in struct:nfs_writeargs
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/nfsd/
H A Dxdr3.h42 int stable; member in struct:nfsd3_writeargs
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnfs_xdr.h86 enum nfs3_stable_how stable; member in struct:nfs_writeargs
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/nfsd/
H A Dxdr3.h42 int stable; member in struct:nfsd3_writeargs
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dvfs.c655 * The stable flag requests synchronous writes.
668 int stable = *stablep; local
698 stable = 2;
703 stable = 0;
704 if (stable && !EX_WGATHER(exp))
725 if (err >= 0 && stable) {
774 * Commit all pending writes to stable storage.
H A Dnfsproc.c171 int stable = 1; local
181 &stable);
H A Dnfs3proc.c220 argp->stable? " stable" : "");
223 resp->committed = argp->stable;
609 * Commit a file (range) to stable storage.
H A Dnfs3xdr.c358 args->stable = ntohl(*p++);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dapi-ip6-flowlabels.tex223 longer than boot time require to store allocated labels at stable
331 labels at stable storage and restore them back after reboot before the first
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aacraid/
H A Daacraid.h961 u32 stable; // Not used member in struct:aac_write
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Mandrake/
H A Dsamba2.spec1842 current stable until we have a stable release (when it's the system samba).
1935 . added --with-msdfs, --with-vfs (seems stable, but still need testing).

Completed in 111 milliseconds