Home
last modified time | relevance | path

Searched full:set_it (Results 1 – 4 of 4) sorted by relevance

/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_parse.py44 def set_xdr_annotate(set_it: bool) -> None:
47 annotate = set_it
55 def set_xdr_enum_validation(set_it: bool) -> None:
58 enum_validation = set_it
/linux/fs/nfs/
H A Dnfs3xdr.c482 * union set_mode3 switch (bool set_it) {
489 * union set_uid3 switch (bool set_it) {
496 * union set_gid3 switch (bool set_it) {
503 * union set_size3 switch (bool set_it) {
510 * union set_atime switch (time_how set_it) {
517 * union set_mtime switch (time_how set_it) {
/linux/fs/nfsd/
H A Dnfs4xdr.c560 u32 set_it; in nfsd4_decode_fattr4() local
562 if (xdr_stream_decode_u32(argp->xdr, &set_it) < 0) in nfsd4_decode_fattr4()
564 switch (set_it) { in nfsd4_decode_fattr4()
588 u32 set_it; in nfsd4_decode_fattr4() local
590 if (xdr_stream_decode_u32(argp->xdr, &set_it) < 0) in nfsd4_decode_fattr4()
592 switch (set_it) { in nfsd4_decode_fattr4()
/linux/drivers/scsi/
H A Dst.c899 int set_it = 0; in set_mode_densblk() local
906 set_it = 1; in set_mode_densblk()
914 set_it = 1; in set_mode_densblk()
917 if (set_it && in set_mode_densblk()