Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fat/
Dcache.c88 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_lookup()
111 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_lookup()
140 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
149 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
153 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
155 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
159 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
178 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
205 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_inval_inode()
207 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_inval_inode()
Dfat.h112 spinlock_t cache_lru_lock; member
Dinode.c666 spin_lock_init(&ei->cache_lru_lock); in init_once()