Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dcache.c102 spin_lock(&ei->cache_lru_lock); in exfat_cache_lookup()
139 spin_unlock(&ei->cache_lru_lock); in exfat_cache_lookup()
171 spin_lock(&ei->cache_lru_lock); in exfat_cache_add()
180 spin_unlock(&ei->cache_lru_lock); in exfat_cache_add()
184 spin_lock(&ei->cache_lru_lock); in exfat_cache_add()
186 spin_unlock(&ei->cache_lru_lock); in exfat_cache_add()
190 spin_lock(&ei->cache_lru_lock); in exfat_cache_add()
211 spin_unlock(&ei->cache_lru_lock); in exfat_cache_add()
240 spin_lock(&ei->cache_lru_lock); in exfat_cache_inval_inode()
242 spin_unlock(&ei->cache_lru_lock); in exfat_cache_inval_inode()
H A Dexfat_fs.h313 spinlock_t cache_lru_lock; member
H A Dsuper.c882 spin_lock_init(&ei->cache_lru_lock); in exfat_inode_init_once()
/linux/fs/fat/
H A Dcache.c84 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_lookup()
107 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_lookup()
136 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
145 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
149 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()
174 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_add()
201 spin_lock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_inval_inode()
203 spin_unlock(&MSDOS_I(inode)->cache_lru_lock); in fat_cache_inval_inode()
H A Dfat.h116 spinlock_t cache_lru_lock; member
H A Dinode.c777 spin_lock_init(&ei->cache_lru_lock); in init_once()