Searched refs:ftwbuf (Results 1 - 4 of 4) sorted by relevance

/systemd/src/import/
H A Daufs-util.c31 struct FTW *ftwbuf) {
37 fn = fpath + ftwbuf->base;
52 p = alloca(ftwbuf->base + strlen(original));
53 strcpy(mempcpy(p, fpath, ftwbuf->base), original);
27 nftw_cb( const char *fpath, const struct stat *sb, int flag, struct FTW *ftwbuf) argument
/systemd/src/core/
H A Dmount-setup.c339 struct FTW *ftwbuf) {
342 if (_unlikely_(ftwbuf->level == 0))
349 if (_unlikely_(ftwbuf->level == 1 &&
335 nftw_cb( const char *fpath, const struct stat *sb, int tflag, struct FTW *ftwbuf) argument
/systemd/src/locale/
H A Dlocalectl.c287 struct FTW *ftwbuf) {
283 nftw_cb( const char *fpath, const struct stat *sb, int tflag, struct FTW *ftwbuf) argument
/systemd/src/basic/
H A Dcgroup-util.c620 static int trim_cb(const char *path, const struct stat *sb, int typeflag, struct FTW *ftwbuf) { argument
623 assert(ftwbuf);
628 if (ftwbuf->level < 1)

Completed in 2164 milliseconds