Searched refs:IS_GROUP (Results 1 – 2 of 2) sorted by relevance
68 #define IS_GROUP 0x002 /* mask for group types */ macro2436 else if (code & IS_GROUP) in name2parts()2441 else if (code & IS_GROUP) in name2parts()2912 else if (type_to & IS_GROUP) in do_show_mapping()2919 else if (type_to & IS_GROUP) in do_show_mapping()3095 type_to & IS_GROUP ? ID_GID : ID_UID, in do_show_mapping()
335 #define IS_GROUP(x) (((x) & NAME_ATTR_GROUP) != 0) macro