| /tools/include/nolibc/sys/ |
| A D | stat.h | 36 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 D | mount_setattr_test.c | 1531 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 D | dev_in_maps.c | 22 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 D | string | 57 statx
|
| /tools/perf/trace/beauty/ |
| A D | Build | 19 perf-y += statx.o
|
| /tools/testing/selftests/filesystems/statmount/ |
| A D | statmount_test.c | 88 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 D | stat.h | 99 struct statx { struct
|
| /tools/include/uapi/linux/ |
| A D | stat.h | 99 struct statx { struct
|
| /tools/testing/selftests/filesystems/ |
| A D | utils.c | 573 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 D | syscall_n64.tbl | 337 326 n64 statx sys_statx
|
| /tools/scripts/ |
| A D | syscall.tbl | 341 291 common statx sys_statx
|
| /tools/perf/arch/parisc/entry/syscalls/ |
| A D | syscall.tbl | 395 349 common statx sys_statx
|
| /tools/perf/arch/sh/entry/syscalls/ |
| A D | syscall.tbl | 393 383 common statx sys_statx
|
| /tools/perf/arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 344 332 common statx sys_statx
|
| A D | syscall_32.tbl | 398 383 i386 statx sys_statx
|
| /tools/perf/arch/xtensa/entry/syscalls/ |
| A D | syscall.tbl | 374 351 common statx sys_statx
|
| /tools/perf/arch/alpha/entry/syscalls/ |
| A D | syscall.tbl | 453 522 common statx sys_statx
|
| /tools/perf/arch/arm/entry/syscalls/ |
| A D | syscall.tbl | 415 397 common statx sys_statx
|
| /tools/perf/arch/arm64/entry/syscalls/ |
| A D | syscall_32.tbl | 412 397 common statx sys_statx
|
| /tools/perf/arch/sparc/entry/syscalls/ |
| A D | syscall.tbl | 433 360 common statx sys_statx
|
| /tools/perf/arch/powerpc/entry/syscalls/ |
| A D | syscall.tbl | 478 383 nospu statx sys_statx
|
| /tools/perf/arch/s390/entry/syscalls/ |
| A D | syscall.tbl | 389 379 common statx sys_statx sys_statx
|