Home
last modified time | relevance | path

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

/external/e2fsprogs/util/
Dsymlinks.c170 struct stat stbuf, lstbuf; in fix_symlink() local
206 lstat(abspath, &lstbuf); /* if the above didn't fail, then this shouldn't */ in fix_symlink()
208 if (single_fs && lstbuf.st_dev != my_dev) { in fix_symlink()