Home
last modified time | relevance | path

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

/openbmc/linux/fs/exfat/
H A Dcache.c92 spin_lock(&ei->cache_lru_lock); in exfat_cache_lookup()
115 spin_unlock(&ei->cache_lru_lock); in exfat_cache_lookup()
146 spin_lock(&ei->cache_lru_lock); in exfat_cache_add()
155 spin_unlock(&ei->cache_lru_lock); in exfat_cache_add()
159 spin_lock(&ei->cache_lru_lock); in exfat_cache_add()
161 spin_unlock(&ei->cache_lru_lock); in exfat_cache_add()
165 spin_lock(&ei->cache_lru_lock); in exfat_cache_add()
186 spin_unlock(&ei->cache_lru_lock); in exfat_cache_add()
215 spin_lock(&ei->cache_lru_lock); in exfat_cache_inval_inode()
217 spin_unlock(&ei->cache_lru_lock); in exfat_cache_inval_inode()
H A Dexfat_fs.h303 spinlock_t cache_lru_lock; member
H A Dsuper.c789 spin_lock_init(&ei->cache_lru_lock); in exfat_inode_init_once()
/openbmc/linux/fs/fat/
H A 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()
H A Dfat.h113 spinlock_t cache_lru_lock; member
H A Dinode.c771 spin_lock_init(&ei->cache_lru_lock); in init_once()