Lines Matching defs:value
135 static void encode_uint32(struct xdr_stream *xdr, u32 value)
138 *p = cpu_to_be32(value);
141 static int decode_uint32(struct xdr_stream *xdr, u32 *value)
148 *value = be32_to_cpup(p);
152 static int decode_uint64(struct xdr_stream *xdr, u64 *value)
159 xdr_decode_hyper(p, value);
1707 dprintk("NFS: bad stable_how value: %u\n", result->verf->committed);
1939 * Returns zero if successful, otherwise a negative errno value is
2492 * Returns a local errno value, or -EIO if the NFS status code is
2503 dprintk("NFS: Unrecognized nfs status value: %u\n", status);