Home
last modified time | relevance | path

Searched refs:RECURSE_DIR_SKIP_STAT_INODE_ERROR_BASE (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Drecurse-dir.h27 RECURSE_DIR_SKIP_STAT_INODE_ERROR_BASE, enumerator
28 RECURSE_DIR_SKIP_STAT_INODE_ERROR_MAX = RECURSE_DIR_SKIP_STAT_INODE_ERROR_BASE + ERRNO_MAX,
Drecurse-dir.c273 … assert(errno <= RECURSE_DIR_SKIP_STAT_INODE_ERROR_MAX - RECURSE_DIR_SKIP_STAT_INODE_ERROR_BASE); in recurse_dir()
275 r = func(RECURSE_DIR_SKIP_STAT_INODE_ERROR_BASE + -r, in recurse_dir()
305 r = func(RECURSE_DIR_SKIP_STAT_INODE_ERROR_BASE + EISDIR, in recurse_dir()
/systemd-251/src/test/
Dtest-recurse-dir.c109 case RECURSE_DIR_SKIP_STAT_INODE_ERROR_BASE...RECURSE_DIR_SKIP_STAT_INODE_ERROR_MAX: in recurse_dir_callback()
110 …log_debug_errno(event - RECURSE_DIR_SKIP_STAT_INODE_ERROR_BASE, "failed to stat inode %s: %m", pat… in recurse_dir_callback()