Searched refs:cached_sb (Results 1 – 1 of 1) sorted by relevance
6040 static struct stat cached_sb; in read_enumerate_file() local6065 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() local6168 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() local7311 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[all …]