IS_GROUP
#define IS_GROUP 0x002 /* mask for group types */
#define IS_GROUP(x) (((x) & NAME_ATTR_GROUP) != 0)