Lines Matching refs:MSDOS_I

76 	if (MSDOS_I(inode)->cache_lru.next != &cache->cache_list)  in fat_cache_update_lru()
77 list_move(&cache->cache_list, &MSDOS_I(inode)->cache_lru); in fat_cache_update_lru()
89 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_lookup()
90 list_for_each_entry(p, &MSDOS_I(inode)->cache_lru, cache_list) { in fat_cache_lookup()
105 cid->id = MSDOS_I(inode)->cache_valid_id; in fat_cache_lookup()
112 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_lookup()
122 list_for_each_entry(p, &MSDOS_I(inode)->cache_lru, cache_list) { in fat_cache_merge()
141 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
143 new->id != MSDOS_I(inode)->cache_valid_id) in fat_cache_add()
148 if (MSDOS_I(inode)->nr_caches < fat_max_cache(inode)) { in fat_cache_add()
149 MSDOS_I(inode)->nr_caches++; in fat_cache_add()
150 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
154 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
155 MSDOS_I(inode)->nr_caches--; in fat_cache_add()
156 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
160 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
163 MSDOS_I(inode)->nr_caches--; in fat_cache_add()
169 struct list_head *p = MSDOS_I(inode)->cache_lru.prev; in fat_cache_add()
179 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
188 struct msdos_inode_info *i = MSDOS_I(inode); in __fat_cache_inval_inode()
206 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_inval_inode()
208 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_inval_inode()
234 BUG_ON(MSDOS_I(inode)->i_start == 0); in fat_get_cluster()
237 *dclus = MSDOS_I(inode)->i_start; in fat_get_cluster()
241 __func__, MSDOS_I(inode)->i_pos, *dclus); in fat_get_cluster()
261 __func__, MSDOS_I(inode)->i_pos); in fat_get_cluster()
272 __func__, MSDOS_I(inode)->i_pos); in fat_get_cluster()
296 if (MSDOS_I(inode)->i_start == 0) in fat_bmap_cluster()
304 __func__, MSDOS_I(inode)->i_pos); in fat_bmap_cluster()
349 *last_block = (MSDOS_I(inode)->mmu_private + (blocksize - 1)) in is_exceed_eof()