Searched refs:cmp_map_id (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/
H A Duser_namespace.c236 * sorted idmap array. It is passed to cmp_map_id() as first argument.
245 * cmp_map_id - Function to be passed to bsearch() to find the requested
248 static int cmp_map_id(const void *k, const void *e) function
288 sizeof(struct uid_gid_extent), cmp_map_id);
375 sizeof(struct uid_gid_extent), cmp_map_id);

Completed in 118 milliseconds