Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c36 #ifndef MOVE_MOUNT_SET_GROUP
37 #define MOVE_MOUNT_SET_GROUP 0x00000100 macro
222 AT_FDCWD, SET_GROUP_TO, MOVE_MOUNT_SET_GROUP); in move_mount_set_group_supported()
367 ca_to.mntfd, "", MOVE_MOUNT_SET_GROUP in TEST_F()
/linux/tools/include/uapi/linux/
H A Dmount.h77 #define MOVE_MOUNT_SET_GROUP 0x00000100 /* Set sharing group instead */
76 #define MOVE_MOUNT_SET_GROUP global() macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h77 #define MOVE_MOUNT_SET_GROUP 0x00000100 /* Set sharing group instead */ macro
/linux/fs/
H A Dnamespace.c4601 if ((flags & (MOVE_MOUNT_BENEATH | MOVE_MOUNT_SET_GROUP)) == in SYSCALL_DEFINE5()
4602 (MOVE_MOUNT_BENEATH | MOVE_MOUNT_SET_GROUP)) in SYSCALL_DEFINE5()
4605 if (flags & MOVE_MOUNT_SET_GROUP) mflags |= MNT_TREE_PROPAGATION; in SYSCALL_DEFINE5()