Home
last modified time | relevance | path

Searched refs:fscache_acquire_cookie (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/fs/cifs/
Dfscache.c29 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/
Dcache.c91 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/
Dfscache.c40 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/
Dcache.c69 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/
Dfscache.h341 struct fscache_cookie *fscache_acquire_cookie( in fscache_acquire_cookie() function
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt336 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/
Dvolume.c132 volume->cache = fscache_acquire_cookie(vlocation->cache, in afs_volume_lookup()
Dcell.c180 cell->cache = fscache_acquire_cookie(afs_cache_netfs.primary_index, in afs_cell_create()
Dinode.c260 vnode->cache = fscache_acquire_cookie(vnode->volume->cache, in afs_iget()
Dvlocation.c309 vl->cache = fscache_acquire_cookie(vl->cell->cache, in afs_vlocation_fill_in_record()