Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dchase-symlinks.h24 #define CHASE_SYMLINKS_MAX 32 macro
Dchase-symlinks.c69 …unsigned max_follow = CHASE_SYMLINKS_MAX; /* how many symlinks to follow before giving up and retu… in chase_symlinks()
/systemd-251/src/core/
Dnamespace.c1276 if (m->n_followed >= CHASE_SYMLINKS_MAX) /* put a boundary on things */ in follow_symlink()