Searched refs:pbits_to_set (Results 1 – 1 of 1) sorted by relevance
437 umode_t *pbits_to_set) in access_flags_to_mode() argument450 *pbits_to_set &= ~S_IRWXUGO; in access_flags_to_mode()454 *pbits_to_set &= ~S_IWUGO; in access_flags_to_mode()457 *pbits_to_set &= ~S_IRUGO; in access_flags_to_mode()460 *pbits_to_set &= ~S_IXUGO; in access_flags_to_mode()469 *pmode |= (S_IRWXUGO & (*pbits_to_set)); in access_flags_to_mode()475 *pmode |= (S_IWUGO & (*pbits_to_set)); in access_flags_to_mode()478 *pmode |= (S_IRUGO & (*pbits_to_set)); in access_flags_to_mode()481 *pmode |= (S_IXUGO & (*pbits_to_set)); in access_flags_to_mode()