Searched refs:pbits_to_set (Results 1 – 1 of 1) sorted by relevance
560 umode_t *pbits_to_set) in access_flags_to_mode() argument573 *pbits_to_set &= ~S_IRWXUGO; in access_flags_to_mode()577 *pbits_to_set &= ~S_IWUGO; in access_flags_to_mode()580 *pbits_to_set &= ~S_IRUGO; in access_flags_to_mode()583 *pbits_to_set &= ~S_IXUGO; in access_flags_to_mode()592 *pmode |= (S_IRWXUGO & (*pbits_to_set)); in access_flags_to_mode()598 *pmode |= (S_IWUGO & (*pbits_to_set)); in access_flags_to_mode()601 *pmode |= (S_IRUGO & (*pbits_to_set)); in access_flags_to_mode()604 *pmode |= (S_IXUGO & (*pbits_to_set)); in access_flags_to_mode()