Home
last modified time | relevance | path

Searched refs:statmount (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.12.1/tools/testing/selftests/filesystems/statmount/
Dstatmount_test.c37 static struct statmount *statmount_alloc(uint64_t mnt_id, uint64_t mask, unsigned int flags) in statmount_alloc()
40 struct statmount *buf = NULL, *tmp = alloca(bufsize); in statmount_alloc()
45 ret = statmount(mnt_id, 0, mask, tmp, bufsize, flags); in statmount_alloc()
238 struct statmount sm; in test_statmount_zero_mask()
241 ret = statmount(root_id, 0, 0, &sm, sizeof(sm), 0); in test_statmount_zero_mask()
263 struct statmount sm; in test_statmount_mnt_basic()
267 ret = statmount(root_id, 0, mask, &sm, sizeof(sm), 0); in test_statmount_mnt_basic()
321 struct statmount sm; in test_statmount_sb_basic()
327 ret = statmount(root_id, 0, mask, &sm, sizeof(sm), 0); in test_statmount_sb_basic()
377 struct statmount *sm; in test_statmount_mnt_point()
[all …]
Dstatmount_test_ns.c168 struct statmount sm; in _test_statmount_mnt_ns_id()
181 ret = statmount(root_id, 0, STATMOUNT_MNT_NS_ID, &sm, sizeof(sm), 0); in _test_statmount_mnt_ns_id()
256 struct statmount sm; in validate_external_listmount()
258 ret = statmount(list[i], mnt_ns_id, STATMOUNT_MNT_NS_ID, &sm, in validate_external_listmount()
354 ret = statmount(0, 0, 0, NULL, 0, 0); in main()
Dstatmount.h10 static inline int statmount(uint64_t mnt_id, uint64_t mnt_ns_id, uint64_t mask, in statmount() function
11 struct statmount *buf, size_t bufsize, in statmount()
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dmount.h155 struct statmount { struct
/linux-6.12.1/include/uapi/linux/
Dmount.h155 struct statmount { struct
/linux-6.12.1/tools/testing/selftests/
DMakefile36 TARGETS += filesystems/statmount
/linux-6.12.1/fs/
Dnamespace.c4878 struct statmount __user *buf;
4883 struct statmount sm;
5048 struct statmount *sm = &s->sm; in statmount_string()
5091 struct statmount *sm = &s->sm; in copy_statmount_to_user()
5230 struct statmount __user *buf, size_t bufsize, in prepare_kstatmount()
5320 SYSCALL_DEFINE4(statmount, const struct mnt_id_req __user *, req, in SYSCALL_DEFINE4() argument
5321 struct statmount __user *, buf, size_t, bufsize, in SYSCALL_DEFINE4()
/linux-6.12.1/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl374 457 n64 statmount sys_statmount
/linux-6.12.1/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl374 457 n64 statmount sys_statmount
Dsyscall_n32.tbl398 457 n32 statmount sys_statmount
Dsyscall_o32.tbl447 457 o32 statmount sys_statmount
/linux-6.12.1/arch/x86/entry/syscalls/
Dsyscall_64.tbl383 457 common statmount sys_statmount
Dsyscall_32.tbl465 457 i386 statmount sys_statmount
/linux-6.12.1/arch/arm64/tools/
Dsyscall_64.tbl400 457 common statmount sys_statmount
Dsyscall_32.tbl471 457 common statmount sys_statmount
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl383 457 common statmount sys_statmount
Dsyscall_32.tbl465 457 i386 statmount sys_statmount
/linux-6.12.1/scripts/
Dsyscall.tbl400 457 common statmount sys_statmount
/linux-6.12.1/arch/xtensa/kernel/syscalls/
Dsyscall.tbl430 457 common statmount sys_statmount
/linux-6.12.1/arch/parisc/kernel/syscalls/
Dsyscall.tbl458 457 common statmount sys_statmount
/linux-6.12.1/arch/microblaze/kernel/syscalls/
Dsyscall.tbl465 457 common statmount sys_statmount
/linux-6.12.1/arch/m68k/kernel/syscalls/
Dsyscall.tbl459 457 common statmount sys_statmount
/linux-6.12.1/arch/sh/kernel/syscalls/
Dsyscall.tbl463 457 common statmount sys_statmount
/linux-6.12.1/arch/sparc/kernel/syscalls/
Dsyscall.tbl505 457 common statmount sys_statmount
/linux-6.12.1/arch/arm/tools/
Dsyscall.tbl474 457 common statmount sys_statmount

12