pbits_to_set      560 fs/cifs/cifsacl.c 				 umode_t *pbits_to_set)
pbits_to_set      573 fs/cifs/cifsacl.c 			*pbits_to_set &= ~S_IRWXUGO;
pbits_to_set      577 fs/cifs/cifsacl.c 			*pbits_to_set &= ~S_IWUGO;
pbits_to_set      580 fs/cifs/cifsacl.c 			*pbits_to_set &= ~S_IRUGO;
pbits_to_set      583 fs/cifs/cifsacl.c 			*pbits_to_set &= ~S_IXUGO;
pbits_to_set      592 fs/cifs/cifsacl.c 		*pmode |= (S_IRWXUGO & (*pbits_to_set));
pbits_to_set      598 fs/cifs/cifsacl.c 		*pmode |= (S_IWUGO & (*pbits_to_set));
pbits_to_set      601 fs/cifs/cifsacl.c 		*pmode |= (S_IRUGO & (*pbits_to_set));
pbits_to_set      604 fs/cifs/cifsacl.c 		*pmode |= (S_IXUGO & (*pbits_to_set));