Searched refs:hit (Results 1 – 5 of 5) sorted by relevance
89 struct exfat_cache *hit = &nohit, *p; in exfat_cache_lookup() local95 if (p->fcluster <= fclus && hit->fcluster < p->fcluster) { in exfat_cache_lookup()96 hit = p; in exfat_cache_lookup()97 if (hit->fcluster + hit->nr_contig < fclus) { in exfat_cache_lookup()98 offset = hit->nr_contig; in exfat_cache_lookup()100 offset = fclus - hit->fcluster; in exfat_cache_lookup()105 if (hit != &nohit) { in exfat_cache_lookup()106 exfat_cache_update_lru(inode, hit); in exfat_cache_lookup()109 cid->nr_contig = hit->nr_contig; in exfat_cache_lookup()110 cid->fcluster = hit->fcluster; in exfat_cache_lookup()[all …]
86 struct fat_cache *hit = &nohit, *p; in fat_cache_lookup() local92 if (p->fcluster <= fclus && hit->fcluster < p->fcluster) { in fat_cache_lookup()93 hit = p; in fat_cache_lookup()94 if ((hit->fcluster + hit->nr_contig) < fclus) { in fat_cache_lookup()95 offset = hit->nr_contig; in fat_cache_lookup()97 offset = fclus - hit->fcluster; in fat_cache_lookup()102 if (hit != &nohit) { in fat_cache_lookup()103 fat_cache_update_lru(inode, hit); in fat_cache_lookup()106 cid->nr_contig = hit->nr_contig; in fat_cache_lookup()107 cid->fcluster = hit->fcluster; in fat_cache_lookup()[all …]
65 int hit; in coda_cache_check() local68 hit = (mask & cii->c_cached_perm) == mask && in coda_cache_check()73 return hit; in coda_cache_check()
67 __le64 hit; member102 __le64 hit; member
68 cap->hit = cpu_to_le64(percpu_counter_sum(&m->i_caps_hit)); in ceph_mdsc_send_metrics()118 dlease->hit = cpu_to_le64(percpu_counter_sum(&m->d_lease_hit)); in ceph_mdsc_send_metrics()
Completed in 9 milliseconds