Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dfscache.c91 fscache_relinquish_cookie(server->fscache, NULL, false); in cifs_fscache_release_client_cookie()
134 fscache_relinquish_cookie(tcon->fscache, &auxdata, false); in cifs_fscache_release_super_cookie()
190 fscache_relinquish_cookie(cifsi->fscache, &auxdata, false); in cifs_fscache_release_inode_cookie()
202 fscache_relinquish_cookie(cifsi->fscache, NULL, true); in cifs_fscache_disable_inode_cookie()
224 fscache_relinquish_cookie(cifsi->fscache, NULL, true); in cifs_fscache_reset_inode_cookie()
/kernel/linux/linux-5.10/fs/9p/
Dcache.c74 fscache_relinquish_cookie(v9ses->fscache, NULL, false); in v9fs_cache_session_put_cookie()
138 fscache_relinquish_cookie(v9inode->fscache, &v9inode->qid.version, in v9fs_cache_inode_put_cookie()
152 fscache_relinquish_cookie(v9inode->fscache, NULL, true); in v9fs_cache_inode_flush_cookie()
185 fscache_relinquish_cookie(v9inode->fscache, NULL, true); in v9fs_cache_inode_reset_cookie()
/kernel/linux/linux-5.10/fs/fscache/
Dnetfs.c69 fscache_relinquish_cookie(netfs->primary_index, NULL, false); in __fscache_unregister_netfs()
/kernel/linux/linux-5.10/fs/nfs/
Dfscache.c100 fscache_relinquish_cookie(clp->fscache, NULL, false); in nfs_fscache_release_client_cookie()
216 fscache_relinquish_cookie(nfss->fscache, NULL, false); in nfs_fscache_release_super_cookie()
275 fscache_relinquish_cookie(cookie, &auxdata, false); in nfs_fscache_clear_inode()
/kernel/linux/linux-5.10/include/linux/
Dfscache.h358 void fscache_relinquish_cookie(struct fscache_cookie *cookie, in fscache_relinquish_cookie() function
/kernel/linux/linux-5.10/fs/ceph/
Dcache.c177 fscache_relinquish_cookie(cookie, &ci->i_vino, false); in ceph_fscache_unregister_inode_cookie()
/kernel/linux/linux-5.10/fs/afs/
Dvolume.c290 fscache_relinquish_cookie(volume->cache, NULL, in afs_deactivate_volume()
Dcell.c725 fscache_relinquish_cookie(cell->cache, NULL, false); in afs_deactivate_cell()
Dinode.c807 fscache_relinquish_cookie(vnode->cache, &aux, in afs_evict_inode()
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dnetfs-api.rst807 void fscache_relinquish_cookie(struct fscache_cookie *cookie,