Home
last modified time | relevance | path

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

/linux-4.4.14/fs/9p/
Dcache.c246 spin_lock(&v9inode->fscache_lock); in v9fs_cache_inode_set_cookie()
253 spin_unlock(&v9inode->fscache_lock); in v9fs_cache_inode_set_cookie()
267 spin_lock(&v9inode->fscache_lock); in v9fs_cache_inode_reset_cookie()
277 spin_unlock(&v9inode->fscache_lock); in v9fs_cache_inode_reset_cookie()
Dv9fs.h126 spinlock_t fscache_lock; member
Dvfs_inode.c247 spin_lock_init(&v9inode->fscache_lock); in v9fs_alloc_inode()