get_group_map_from_gid  421 source3/groupdb/mapping.c 	return backend->get_group_map_from_gid(gid, map) ?
get_group_map_from_gid   22 source3/groupdb/mapping.h 	bool (*get_group_map_from_gid)(gid_t gid, GROUP_MAP *map);
get_group_map_from_gid  679 source3/groupdb/mapping_ldb.c 	.get_group_map_from_gid    = get_group_map_from_gid,
get_group_map_from_gid  722 source3/groupdb/mapping_tdb.c 	.get_group_map_from_gid    = get_group_map_from_gid,