Searched refs:fscache_acquire_cookie (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/fs/cifs/ |
D | fscache.c | 29 fscache_acquire_cookie(cifs_fscache_netfs.primary_index, in cifs_fscache_get_client_cookie() 48 fscache_acquire_cookie(server->fscache, in cifs_fscache_get_super_cookie() 71 cifsi->fscache = fscache_acquire_cookie(tcon->fscache, in cifs_fscache_enable_inode_cookie() 119 cifsi->fscache = fscache_acquire_cookie( in cifs_fscache_reset_inode_cookie()
|
/linux-3.4.99/fs/nfs/ |
D | fscache.c | 40 clp->fscache = fscache_acquire_cookie(nfs_fscache_netfs.primary_index, in nfs_fscache_get_client_cookie() 151 nfss->fscache = fscache_acquire_cookie(nfss->nfs_client->fscache, in nfs_fscache_get_super_cookie() 211 nfsi->fscache = fscache_acquire_cookie( in nfs_fscache_enable_inode_cookie() 337 nfsi->fscache = fscache_acquire_cookie( in nfs_fscache_reset_inode_cookie()
|
/linux-3.4.99/fs/9p/ |
D | cache.c | 91 v9ses->fscache = fscache_acquire_cookie(v9fs_cache_netfs.primary_index, in v9fs_cache_session_get_cookie() 205 v9inode->fscache = fscache_acquire_cookie(v9ses->fscache, in v9fs_cache_inode_get_cookie() 272 v9inode->fscache = fscache_acquire_cookie(v9ses->fscache, in v9fs_cache_inode_reset_cookie()
|
/linux-3.4.99/include/linux/ |
D | fscache.h | 296 struct fscache_cookie *fscache_acquire_cookie( in fscache_acquire_cookie() function
|
/linux-3.4.99/fs/afs/ |
D | volume.c | 132 volume->cache = fscache_acquire_cookie(vlocation->cache, in afs_volume_lookup()
|
D | cell.c | 180 cell->cache = fscache_acquire_cookie(afs_cache_netfs.primary_index, in afs_cell_create()
|
D | inode.c | 260 vnode->cache = fscache_acquire_cookie(vnode->volume->cache, in afs_iget()
|
D | vlocation.c | 310 vl->cache = fscache_acquire_cookie(vl->cell->cache, in afs_vlocation_fill_in_record()
|
/linux-3.4.99/Documentation/filesystems/caching/ |
D | netfs-api.txt | 334 fscache_acquire_cookie(struct fscache_cookie *parent, 357 fscache_acquire_cookie(afs_cache_netfs.primary_index, 366 fscache_acquire_cookie(cell->cache, 374 fscache_acquire_cookie(vlocation->cache, 388 fscache_acquire_cookie(volume->cache, 404 fscache_acquire_cookie(vnode->cache,
|