Home
last modified time | relevance | path

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

/linux-6.1.9/fs/exfat/
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()
Dexfat_fs.h278 spinlock_t cache_lru_lock; member
Dsuper.c790 spin_lock_init(&ei->cache_lru_lock); in exfat_inode_init_once()
/linux-6.1.9/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.c776 spin_lock_init(&ei->cache_lru_lock); in init_once()