Searched refs:ub_fd (Results 1 – 1 of 1) sorted by relevance
1501 int ub_fd = open("/proc/self/ns/user", O_RDONLY); in TEST() local1502 if (ub_fd < 0) { in TEST()1506 if (ioctl(ub_fd, NS_GET_ID, &ub_id) < 0) { in TEST()1507 close(ub_fd); in TEST()1511 close(ub_fd); in TEST()1600 int ub_fd = open_by_handle_at(FD_NSFS_ROOT, ub_handle, O_RDONLY); in TEST() local1601 ASSERT_GE(ub_fd, 0); in TEST()1616 close(ub_fd); in TEST()1870 int ub_fd = open("/proc/self/ns/user", O_RDONLY); in TEST() local1871 if (ub_fd < 0) { in TEST()[all …]