Searched refs:do_clone (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/testing/selftests/pid_namespace/ |
| H A D | pid_max.c | 19 static pid_t do_clone(int (*fn)(void *), void *arg, int flags) in do_clone() function 205 pid = do_clone(pid_max_nested_inner, NULL, CLONE_NEWPID | CLONE_NEWNS); in pid_max_nested_outer() 316 pid = do_clone(pid_max_nested_limit_inner, NULL, CLONE_NEWPID | CLONE_NEWNS); in pid_max_nested_limit_outer() 335 pid = do_clone(pid_max_cb, NULL, CLONE_NEWPID | CLONE_NEWNS); in TEST() 344 pid = do_clone(pid_max_nested_limit_outer, NULL, CLONE_NEWPID | CLONE_NEWNS); in TEST() 353 pid = do_clone(pid_max_nested_outer, NULL, CLONE_NEWPID | CLONE_NEWNS); in TEST()
|
| /linux-6.15/tools/testing/selftests/move_mount_set_group/ |
| H A D | move_mount_set_group_test.c | 268 static pid_t do_clone(int (*fn)(void *), void *arg, int flags) in do_clone() function 358 pid = do_clone(get_nestedns_mount_cb, (void *)&ca_from, CLONE_VFORK | in TEST_F() 362 pid = do_clone(get_nestedns_mount_cb, (void *)&ca_to, CLONE_VFORK | in TEST_F()
|
| /linux-6.15/tools/testing/selftests/filesystems/ |
| H A D | utils.c | 136 static pid_t do_clone(int (*fn)(void *), void *arg, int flags) in do_clone() function 285 pid = do_clone(get_userns_fd_cb, NULL, CLONE_NEWUSER | CLONE_NEWNS); in get_userns_fd_from_idmap() 395 pid = do_clone(userns_fd_cb, h, CLONE_NEWUSER | CLONE_FILES | CLONE_VM); in create_userns_hierarchy()
|
| /linux-6.15/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 1197 static pid_t do_clone(int (*fn)(void *), void *arg, int flags) in do_clone() function 1242 pid = do_clone(get_userns_fd_cb, NULL, CLONE_NEWUSER); in get_userns_fd()
|
| /linux-6.15/fs/gfs2/ |
| H A D | rgrp.c | 93 static inline void gfs2_setbit(const struct gfs2_rbm *rbm, bool do_clone, in gfs2_setbit() argument 125 if (do_clone && bi->bi_clone) { in gfs2_setbit()
|