Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/tools/include/uapi/linux/
Dmount.h129 struct mount_attr { struct
/Linux-v6.1/include/uapi/linux/
Dmount.h129 struct mount_attr { struct
/Linux-v6.1/fs/
Dnamespace.c4191 static int build_mount_idmapped(const struct mount_attr *attr, size_t usize, in build_mount_idmapped()
4255 static int build_mount_kattr(const struct mount_attr *attr, size_t usize, in build_mount_kattr()
4329 unsigned int, flags, struct mount_attr __user *, uattr, in SYSCALL_DEFINE5()
4334 struct mount_attr attr; in SYSCALL_DEFINE5()
4337 BUILD_BUG_ON(sizeof(struct mount_attr) != MOUNT_ATTR_SIZE_VER0); in SYSCALL_DEFINE5()
/Linux-v6.1/include/linux/
Dsyscalls.h72 struct mount_attr;
1040 struct mount_attr __user *uattr, size_t usize);