Searched refs:extend_array (Results 1 – 1 of 1) sorted by relevance
/linux/fs/ |
H A D | namespace.c | 2285 static inline bool extend_array(struct path **res, struct path **to_free, in extend_array() function 2313 if (!extend_array(&res, &to_free, 0, &count, 32)) in collect_paths() 2320 if (!extend_array(&res, &to_free, n, &count, 2 * count)) in collect_paths() 2327 if (!extend_array(&res, &to_free, n, &count, count + 1)) in collect_paths()
|