Searched refs:fscache_acquire_cookie (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/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-4.4.14/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() 271 v9inode->fscache = fscache_acquire_cookie(v9ses->fscache, in v9fs_cache_inode_reset_cookie()
|
/linux-4.4.14/fs/nfs/ |
D | fscache.c | 40 clp->fscache = fscache_acquire_cookie(nfs_fscache_netfs.primary_index, in nfs_fscache_get_client_cookie() 140 nfss->fscache = fscache_acquire_cookie(nfss->nfs_client->fscache, in nfs_fscache_get_super_cookie() 188 nfsi->fscache = fscache_acquire_cookie(NFS_SB(inode->i_sb)->fscache, in nfs_fscache_init_inode()
|
/linux-4.4.14/fs/ceph/ |
D | cache.c | 69 fsc->fscache = fscache_acquire_cookie(ceph_cache_netfs.primary_index, in ceph_fscache_register_fs() 205 ci->fscache = fscache_acquire_cookie(fsc->fscache, in ceph_fscache_register_inode_cookie()
|
/linux-4.4.14/include/linux/ |
D | fscache.h | 341 struct fscache_cookie *fscache_acquire_cookie( in fscache_acquire_cookie() function
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 336 fscache_acquire_cookie(struct fscache_cookie *parent, 364 fscache_acquire_cookie(afs_cache_netfs.primary_index, 373 fscache_acquire_cookie(cell->cache, 381 fscache_acquire_cookie(vlocation->cache, 395 fscache_acquire_cookie(volume->cache, 411 fscache_acquire_cookie(vnode->cache, 751 The initial enablement state is set by fscache_acquire_cookie(), but the cookie
|
/linux-4.4.14/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 | 309 vl->cache = fscache_acquire_cookie(vl->cell->cache, in afs_vlocation_fill_in_record()
|