Searched refs:atfd (Results 1 – 2 of 2) sorted by relevance
434 int atfd, in recurse_dir_at() argument444 assert(atfd >= 0 || atfd == AT_FDCWD); in recurse_dir_at()447 fd = openat(atfd, path ?: ".", O_DIRECTORY|O_CLOEXEC); in recurse_dir_at()
80 int recurse_dir_at(int atfd, const char *path, unsigned statx_mask, unsigned n_depth_max, RecurseDi…