Home
last modified time | relevance | path

Searched refs:u_or_g (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/filesystems/
H A Dutils.c238 idmap_type_t map_type, u_or_g; in map_ids_from_idmap() local
243 for (map_type = ID_TYPE_UID, u_or_g = 'u'; in map_ids_from_idmap()
244 map_type <= ID_TYPE_GID; map_type++, u_or_g = 'g') { in map_ids_from_idmap()
264 return syserror_set(-E2BIG, "Too many %cid mappings defined", u_or_g); in map_ids_from_idmap()