Home
last modified time | relevance | path

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

/tools/include/nolibc/sys/
A Dstat.h36 int statx(int fd, const char *path, int flags, unsigned int mask, struct statx *buf) in statx() function
45 struct statx statx; in fstatat() local
53 | (statx.stx_dev_major << 8) in fstatat()
55 buf->st_ino = statx.stx_ino; in fstatat()
56 buf->st_mode = statx.stx_mode; in fstatat()
57 buf->st_nlink = statx.stx_nlink; in fstatat()
58 buf->st_uid = statx.stx_uid; in fstatat()
59 buf->st_gid = statx.stx_gid; in fstatat()
61 | (statx.stx_rdev_major << 8) in fstatat()
63 buf->st_size = statx.stx_size; in fstatat()
[all …]
/tools/testing/selftests/mount_setattr/
A Dmount_setattr_test.c1531 struct statx stx; in TEST_F()
1612 struct statx stx; in TEST_F()
1654 struct statx stx; in TEST_F()
1698 struct statx stx; in TEST_F()
1780 struct statx stx; in TEST_F()
1820 struct statx stx; in TEST_F()
1869 struct statx stx; in TEST_F()
1900 struct statx stx; in TEST_F()
1908 ASSERT_EQ(statx(fd_tree, "A", 0, 0, &stx), 0); in TEST_F()
2088 struct statx stx1, stx2, stx3, stx4; in TEST_F()
[all …]
/tools/testing/selftests/filesystems/overlayfs/
A Ddev_in_maps.c22 static long get_file_dev_and_inode(void *addr, struct statx *stx) in get_file_dev_and_inode()
100 struct statx stx, mstx; in test()
118 if (statx(fd, "", AT_EMPTY_PATH | AT_STATX_SYNC_AS_STAT, STATX_INO, &stx)) in test()
/tools/perf/trace/strace/groups/
A Dstring57 statx
/tools/perf/trace/beauty/
A DBuild19 perf-y += statx.o
/tools/testing/selftests/filesystems/statmount/
A Dstatmount_test.c88 struct statx sx; in get_mnt_id()
91 ret = statx(AT_FDCWD, path, 0, mask, &sx); in get_mnt_id()
323 struct statx sx; in test_statmount_sb_basic()
342 ret = statx(AT_FDCWD, "/", 0, 0, &sx); in test_statmount_sb_basic()
/tools/perf/trace/beauty/include/uapi/linux/
A Dstat.h99 struct statx { struct
/tools/include/uapi/linux/
A Dstat.h99 struct statx { struct
/tools/testing/selftests/filesystems/
A Dutils.c573 struct statx sx; in get_unique_mnt_id()
576 ret = statx(AT_FDCWD, path, 0, STATX_MNT_ID_UNIQUE, &sx); in get_unique_mnt_id()
/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl337 326 n64 statx sys_statx
/tools/scripts/
A Dsyscall.tbl341 291 common statx sys_statx
/tools/perf/arch/parisc/entry/syscalls/
A Dsyscall.tbl395 349 common statx sys_statx
/tools/perf/arch/sh/entry/syscalls/
A Dsyscall.tbl393 383 common statx sys_statx
/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl344 332 common statx sys_statx
A Dsyscall_32.tbl398 383 i386 statx sys_statx
/tools/perf/arch/xtensa/entry/syscalls/
A Dsyscall.tbl374 351 common statx sys_statx
/tools/perf/arch/alpha/entry/syscalls/
A Dsyscall.tbl453 522 common statx sys_statx
/tools/perf/arch/arm/entry/syscalls/
A Dsyscall.tbl415 397 common statx sys_statx
/tools/perf/arch/arm64/entry/syscalls/
A Dsyscall_32.tbl412 397 common statx sys_statx
/tools/perf/arch/sparc/entry/syscalls/
A Dsyscall.tbl433 360 common statx sys_statx
/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl478 383 nospu statx sys_statx
/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl389 379 common statx sys_statx sys_statx

Completed in 29 milliseconds