Home
last modified time | relevance | path

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

/coreutils/src/
Dls.c3298 static dev_t unsupported_device; in getfilecon_cache() local
3300 if (f->stat.st_dev == unsupported_device) in getfilecon_cache()
3316 unsupported_device = f->stat.st_dev; in getfilecon_cache()
3328 static dev_t unsupported_device; in file_has_acl_cache() local
3330 if (f->stat.st_dev == unsupported_device) in file_has_acl_cache()
3341 unsupported_device = f->stat.st_dev; in file_has_acl_cache()
3353 static dev_t unsupported_device; in has_capability_cache() local
3355 if (f->stat.st_dev == unsupported_device) in has_capability_cache()
3363 unsupported_device = f->stat.st_dev; in has_capability_cache()