Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Dcache.c89 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_lookup()
112 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_lookup()
141 spin_lock(&MSDOS_I(inode)->cache_lru_lock); 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()
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()
179 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.h113 spinlock_t cache_lru_lock; member
Dinode.c771 spin_lock_init(&ei->cache_lru_lock); in init_once()