Searched refs:cached_sb (Results 1 – 1 of 1) sorted by relevance
6057 static struct stat cached_sb; in read_enumerate_file() local6082 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_enumerate_file()6105 (void) stat(enumerate_file, &cached_sb); in read_enumerate_file()6172 static struct stat cached_sb; in read_devlinktab_file() local6185 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_devlinktab_file()6209 (void) stat(devlinktab_file, &cached_sb); in read_devlinktab_file()7323 static struct stat cached_sb; in read_minor_perm_file() local7331 if (current_sb.st_mtime == cached_sb.st_mtime) { in read_minor_perm_file()7341 (void) stat(MINOR_PERM_FILE, &cached_sb); in read_minor_perm_file()7388 static struct stat cached_sb; in read_logindevperm_file() local[all …]