Home
last modified time | relevance | path

Searched refs:cache_lru_lock (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/fat/
Dcache.c90 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_lookup()
113 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_lookup()
142 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
151 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
155 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
157 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
161 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
180 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
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()
Dfat.h98 spinlock_t cache_lru_lock; member
Dinode.c533 spin_lock_init(&ei->cache_lru_lock); in init_once()