Searched defs:nftw_cb (Results 1 - 3 of 3) sorted by relevance

/systemd/src/import/
H A Daufs-util.c27 static int nftw_cb( function
68 r = nftw(path, nftw_cb, 64, FTW_MOUNT|FTW_PHYS|FTW_ACTIONRETVAL);
/systemd/src/core/
H A Dmount-setup.c335 static int nftw_cb( function
377 nftw("/dev", nftw_cb, 64, FTW_MOUNT|FTW_PHYS|FTW_ACTIONRETVAL);
378 nftw("/run", nftw_cb, 64, FTW_MOUNT|FTW_PHYS|FTW_ACTIONRETVAL);
/systemd/src/locale/
H A Dlocalectl.c283 static int nftw_cb( function
327 nftw(dir, nftw_cb, 20, FTW_MOUNT|FTW_PHYS);

Completed in 31 milliseconds