Home
last modified time | relevance | path

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

/Linux-v5.10/fs/9p/
Dcache.c60 v9ses->fscache = fscache_acquire_cookie(v9fs_cache_netfs.primary_index, in v9fs_cache_session_get_cookie()
115 v9inode->fscache = fscache_acquire_cookie(v9ses->fscache, in v9fs_cache_inode_get_cookie()
188 v9inode->fscache = fscache_acquire_cookie(v9ses->fscache, in v9fs_cache_inode_reset_cookie()
/Linux-v5.10/fs/cifs/
Dfscache.c78 fscache_acquire_cookie(cifs_fscache_netfs.primary_index, in cifs_fscache_get_client_cookie()
114 fscache_acquire_cookie(server->fscache, in cifs_fscache_get_super_cookie()
151 fscache_acquire_cookie(tcon->fscache, in cifs_fscache_acquire_inode_cookie()
/Linux-v5.10/fs/nfs/
Dfscache.c83 clp->fscache = fscache_acquire_cookie(nfs_fscache_netfs.primary_index, in nfs_fscache_get_client_cookie()
187 nfss->fscache = fscache_acquire_cookie(nfss->nfs_client->fscache, in nfs_fscache_get_super_cookie()
256 nfsi->fscache = fscache_acquire_cookie(NFS_SB(inode->i_sb)->fscache, in nfs_fscache_init_inode()
/Linux-v5.10/fs/ceph/
Dcache.c88 fsc->fscache = fscache_acquire_cookie(ceph_cache_netfs.primary_index, in ceph_fscache_register_fs()
158 ci->fscache = fscache_acquire_cookie(fsc->fscache, in ceph_fscache_register_inode_cookie()
/Linux-v5.10/include/linux/
Dfscache.h322 struct fscache_cookie *fscache_acquire_cookie( in fscache_acquire_cookie() function
/Linux-v5.10/Documentation/filesystems/caching/
Dnetfs-api.rst296 fscache_acquire_cookie(struct fscache_cookie *parent,
343 fscache_acquire_cookie(afs_cache_netfs.primary_index,
353 fscache_acquire_cookie(volume->cell->cache,
368 fscache_acquire_cookie(volume->cache,
385 fscache_acquire_cookie(vnode->cache,
724 The initial enablement state is set by fscache_acquire_cookie(), but the cookie
/Linux-v5.10/fs/afs/
Dvolume.c274 volume->cache = fscache_acquire_cookie(volume->cell->cache, in afs_activate_volume()
Dcell.c682 cell->cache = fscache_acquire_cookie(afs_cache_netfs.primary_index, in afs_activate_cell()
Dinode.c442 vnode->cache = fscache_acquire_cookie(vnode->volume->cache, in afs_get_inode_cache()