Searched refs:statx (Results 1 – 25 of 34) sorted by relevance
12
/systemd-251/src/basic/ |
D | stat-util.h | 71 int statx_fallback(int dfd, const char *path, int flags, unsigned mask, struct statx *sx); 76 struct statx var = {} 79 struct statx sx; \ 84 struct statx var 87 struct statx sx; \
|
D | missing_syscall.h | 260 struct statx; 262 …ing_statx(int dfd, const char *filename, unsigned flags, unsigned int mask, struct statx *buffer) { in missing_statx() 273 typedef struct statx struct_statx; 276 # define statx(dfd, filename, flags, mask, buffer) missing_statx(dfd, filename, flags, mask, buffe… macro
|
D | stat-util.c | 371 int statx_fallback(int dfd, const char *path, int flags, unsigned mask, struct statx *sx) { in statx_fallback() 376 if (statx(dfd, path, flags, mask, sx) < 0) { in statx_fallback() 399 *sx = (struct statx) { in statx_fallback()
|
D | mountpoint-util.c | 212 if (statx(fd, filename, (FLAGS_SET(flags, AT_SYMLINK_FOLLOW) ? 0 : AT_SYMLINK_NOFOLLOW) | in fd_is_mount_point() 343 if (statx(AT_FDCWD, path, AT_SYMLINK_NOFOLLOW|AT_NO_AUTOMOUNT, STATX_MNT_ID, &buf.sx) < 0) { in path_get_mnt_id()
|
D | recurse-dir.h | 56 const struct statx *sx, /* statx data (only if statx_mask was non-zero) */
|
D | missing_stat.h | 45 struct statx STATX_DEFINITION;
|
D | xattr-util.c | 162 if (statx(fd, strempty(path), in fd_getcrtime_at()
|
D | syscall-list.txt | 537 statx
|
D | syscalls-alpha.txt | 537 statx 522
|
D | syscalls-arc.txt | 537 statx 291
|
D | syscalls-arm.txt | 537 statx 397
|
D | syscalls-arm64.txt | 537 statx 291
|
D | syscalls-i386.txt | 537 statx 383
|
D | syscalls-ia64.txt | 537 statx 1350
|
D | syscalls-loongarch64.txt | 537 statx 291
|
D | syscalls-m68k.txt | 537 statx 379
|
D | syscalls-mips64.txt | 537 statx 5326
|
D | syscalls-mips64n32.txt | 537 statx 6330
|
D | syscalls-mipso32.txt | 537 statx 4366
|
D | syscalls-powerpc.txt | 537 statx 383
|
D | syscalls-powerpc64.txt | 537 statx 383
|
D | syscalls-riscv32.txt | 537 statx 291
|
/systemd-251/src/core/ |
D | kmod-setup.c | 38 const struct statx *sx, in has_virtio_rng_recurse_dir_cb()
|
/systemd-251/src/shared/ |
D | kbd-util.c | 25 const struct statx *sx, in keymap_recurse_dir_callback()
|
/systemd-251/src/test/ |
D | test-recurse-dir.c | 61 const struct statx *sx, in recurse_dir_callback()
|
12