Lines Matching refs:cached_sb
6040 static struct stat cached_sb; in read_enumerate_file() local
6065 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_enumerate_file()
6088 (void) stat(enumerate_file, &cached_sb); in read_enumerate_file()
6155 static struct stat cached_sb; in read_devlinktab_file() local
6168 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_devlinktab_file()
6192 (void) stat(devlinktab_file, &cached_sb); in read_devlinktab_file()
7303 static struct stat cached_sb; in read_minor_perm_file() local
7311 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_minor_perm_file()
7321 (void) stat(MINOR_PERM_FILE, &cached_sb); in read_minor_perm_file()
7368 static struct stat cached_sb; in read_logindevperm_file() local
7384 current_sb.st_mtime == cached_sb.st_mtime) { in read_logindevperm_file()
7410 if (stat(LDEV_FILE, &cached_sb) != 0) { in read_logindevperm_file()
7581 static struct stat cached_sb; in read_driver_aliases_file() local
7589 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_driver_aliases_file()
7606 (void) stat(ALIASFILE, &cached_sb); in read_driver_aliases_file()