Searched refs:set_it (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nfsd/
H A Dnfs3xdr.c213 u32 set_it; local
217 if (xdr_stream_decode_bool(xdr, &set_it) < 0)
219 if (set_it) {
227 if (xdr_stream_decode_bool(xdr, &set_it) < 0)
229 if (set_it) {
238 if (xdr_stream_decode_bool(xdr, &set_it) < 0)
240 if (set_it) {
249 if (xdr_stream_decode_bool(xdr, &set_it) < 0)
251 if (set_it) {
259 if (xdr_stream_decode_u32(xdr, &set_it) <
[all...]
H A Dnfs4xdr.c457 u32 set_it; local
459 if (xdr_stream_decode_u32(argp->xdr, &set_it) < 0)
461 switch (set_it) {
485 u32 set_it; local
487 if (xdr_stream_decode_u32(argp->xdr, &set_it) < 0)
489 switch (set_it) {
/linux-master/drivers/scsi/
H A Dst.c890 int set_it = 0;
897 set_it = 1;
905 set_it = 1;
908 if (set_it &&
887 int set_it = 0; local

Completed in 186 milliseconds