Home
last modified time | relevance | path

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

/linux-3.4.99/fs/9p/
Dcache.c247 spin_lock(&v9inode->fscache_lock); in v9fs_cache_inode_set_cookie()
254 spin_unlock(&v9inode->fscache_lock); in v9fs_cache_inode_set_cookie()
268 spin_lock(&v9inode->fscache_lock); in v9fs_cache_inode_reset_cookie()
278 spin_unlock(&v9inode->fscache_lock); in v9fs_cache_inode_reset_cookie()
Dv9fs.h126 spinlock_t fscache_lock; member
Dvfs_inode.c250 spin_lock_init(&v9inode->fscache_lock); in v9fs_alloc_inode()