Searched refs:pbits_to_set (Results 1 – 1 of 1) sorted by relevance
438 umode_t *pbits_to_set) in access_flags_to_mode() argument451 *pbits_to_set &= ~S_IRWXUGO; in access_flags_to_mode()455 *pbits_to_set &= ~S_IWUGO; in access_flags_to_mode()458 *pbits_to_set &= ~S_IRUGO; in access_flags_to_mode()461 *pbits_to_set &= ~S_IXUGO; in access_flags_to_mode()470 *pmode |= (S_IRWXUGO & (*pbits_to_set)); in access_flags_to_mode()476 *pmode |= (S_IWUGO & (*pbits_to_set)); in access_flags_to_mode()479 *pmode |= (S_IRUGO & (*pbits_to_set)); in access_flags_to_mode()482 *pmode |= (S_IXUGO & (*pbits_to_set)); in access_flags_to_mode()