Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/move_mount_set_group/
Dmove_mount_set_group_test.c191 #define SET_GROUP_FROM "/tmp/move_mount_set_group_supported_from" macro
205 if (mkdir(SET_GROUP_FROM, 0777)) in move_mount_set_group_supported()
211 if (mount("testing", SET_GROUP_FROM, "tmpfs", MS_NOATIME | MS_NODEV, in move_mount_set_group_supported()
215 if (mount(SET_GROUP_FROM, SET_GROUP_TO, NULL, MS_BIND, NULL)) in move_mount_set_group_supported()
218 if (mount(NULL, SET_GROUP_FROM, NULL, MS_SHARED, 0)) in move_mount_set_group_supported()
221 ret = syscall(SYS_move_mount, AT_FDCWD, SET_GROUP_FROM, in move_mount_set_group_supported()