Home
last modified time | relevance | path

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

12

/systemd-251/src/basic/
Dstat-util.h71 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; \
Dmissing_syscall.h260 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
Dstat-util.c371 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()
Dmountpoint-util.c212 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()
Drecurse-dir.h56 const struct statx *sx, /* statx data (only if statx_mask was non-zero) */
Dmissing_stat.h45 struct statx STATX_DEFINITION;
Dxattr-util.c162 if (statx(fd, strempty(path), in fd_getcrtime_at()
Dsyscall-list.txt537 statx
Dsyscalls-alpha.txt537 statx 522
Dsyscalls-arc.txt537 statx 291
Dsyscalls-arm.txt537 statx 397
Dsyscalls-arm64.txt537 statx 291
Dsyscalls-i386.txt537 statx 383
Dsyscalls-ia64.txt537 statx 1350
Dsyscalls-loongarch64.txt537 statx 291
Dsyscalls-m68k.txt537 statx 379
Dsyscalls-mips64.txt537 statx 5326
Dsyscalls-mips64n32.txt537 statx 6330
Dsyscalls-mipso32.txt537 statx 4366
Dsyscalls-powerpc.txt537 statx 383
Dsyscalls-powerpc64.txt537 statx 383
Dsyscalls-riscv32.txt537 statx 291
/systemd-251/src/core/
Dkmod-setup.c38 const struct statx *sx, in has_virtio_rng_recurse_dir_cb()
/systemd-251/src/shared/
Dkbd-util.c25 const struct statx *sx, in keymap_recurse_dir_callback()
/systemd-251/src/test/
Dtest-recurse-dir.c61 const struct statx *sx, in recurse_dir_callback()

12