Home
last modified time | relevance | path

Searched refs:STATX_MNT_ID (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dmissing_stat.h128 #ifndef STATX_MNT_ID
129 #define STATX_MNT_ID 0x00001000U macro
Dmountpoint-util.c343 if (statx(AT_FDCWD, path, AT_SYMLINK_NOFOLLOW|AT_NO_AUTOMOUNT, STATX_MNT_ID, &buf.sx) < 0) { in path_get_mnt_id()
350 } else if (FLAGS_SET(buf.nsx.stx_mask, STATX_MNT_ID)) { in path_get_mnt_id()