Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c107 struct mount_attr { struct
144 struct mount_attr *attr, size_t size) in sys_mount_setattr()
350 struct mount_attr attr = { in mount_setattr_thread()
448 struct mount_attr invalid_attr = { in TEST_F()
482 struct mount_attr invalid_attr = {}; in TEST_F()
484 struct mount_attr attr1; in TEST_F()
485 struct mount_attr attr2; in TEST_F()
486 struct mount_attr attr3; in TEST_F()
545 struct mount_attr attr = { in TEST_F()
581 struct mount_attr attr = { in TEST_F()
[all …]
/Linux-v5.15/tools/include/uapi/linux/
Dmount.h129 struct mount_attr { struct
/Linux-v5.15/include/uapi/linux/
Dmount.h129 struct mount_attr { struct
/Linux-v5.15/fs/
Dnamespace.c4098 static int build_mount_idmapped(const struct mount_attr *attr, size_t usize, in build_mount_idmapped()
4153 static int build_mount_kattr(const struct mount_attr *attr, size_t usize, in build_mount_kattr()
4227 unsigned int, flags, struct mount_attr __user *, uattr, in SYSCALL_DEFINE5()
4232 struct mount_attr attr; in SYSCALL_DEFINE5()
4235 BUILD_BUG_ON(sizeof(struct mount_attr) != MOUNT_ATTR_SIZE_VER0); in SYSCALL_DEFINE5()
/Linux-v5.15/include/linux/
Dsyscalls.h71 struct mount_attr;
1039 struct mount_attr __user *uattr, size_t usize);