Home
last modified time | relevance | path

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

/coreutils/src/
Dstat.c972 struct stat dev_stats; in find_bind_mount() local
974 if (stat (me->me_devname, &dev_stats) == 0 in find_bind_mount()
975 && psame_inode (&name_stats, &dev_stats)) in find_bind_mount()