Home
last modified time | relevance | path

Searched refs:do_clone (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/testing/selftests/move_mount_set_group/
Dmove_mount_set_group_test.c268 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.1.9/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c1178 static pid_t do_clone(int (*fn)(void *), void *arg, int flags) in do_clone() function
1223 pid = do_clone(get_userns_fd_cb, NULL, CLONE_NEWUSER); in get_userns_fd()
/linux-6.1.9/fs/gfs2/
Drgrp.c93 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()