Searched refs:fscache_relinquish_cookie (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | fscache.c | 91 fscache_relinquish_cookie(server->fscache, NULL, false); in cifs_fscache_release_client_cookie() 121 fscache_relinquish_cookie(tcon->fscache, &tcon->resource_id, false); in cifs_fscache_release_super_cookie() 177 fscache_relinquish_cookie(cifsi->fscache, &auxdata, false); in cifs_fscache_release_inode_cookie() 189 fscache_relinquish_cookie(cifsi->fscache, NULL, true); in cifs_fscache_disable_inode_cookie() 211 fscache_relinquish_cookie(cifsi->fscache, NULL, true); in cifs_fscache_reset_inode_cookie()
|
/Linux-v4.19/fs/9p/ |
D | cache.c | 87 fscache_relinquish_cookie(v9ses->fscache, NULL, false); in v9fs_cache_session_put_cookie() 151 fscache_relinquish_cookie(v9inode->fscache, &v9inode->qid.version, in v9fs_cache_inode_put_cookie() 165 fscache_relinquish_cookie(v9inode->fscache, NULL, true); in v9fs_cache_inode_flush_cookie() 198 fscache_relinquish_cookie(v9inode->fscache, NULL, true); in v9fs_cache_inode_reset_cookie()
|
/Linux-v4.19/fs/fscache/ |
D | netfs.c | 73 fscache_relinquish_cookie(netfs->primary_index, NULL, false); in __fscache_unregister_netfs()
|
/Linux-v4.19/fs/nfs/ |
D | fscache.c | 102 fscache_relinquish_cookie(clp->fscache, NULL, false); in nfs_fscache_release_client_cookie() 215 fscache_relinquish_cookie(nfss->fscache, NULL, false); in nfs_fscache_release_super_cookie() 267 fscache_relinquish_cookie(cookie, &auxdata, false); in nfs_fscache_clear_inode()
|
/Linux-v4.19/include/linux/ |
D | fscache.h | 362 void fscache_relinquish_cookie(struct fscache_cookie *cookie, in fscache_relinquish_cookie() function
|
/Linux-v4.19/fs/ceph/ |
D | cache.c | 189 fscache_relinquish_cookie(cookie, &ci->i_vino, false); in ceph_fscache_unregister_inode_cookie()
|
/Linux-v4.19/fs/afs/ |
D | volume.c | 250 fscache_relinquish_cookie(volume->cache, NULL, in afs_deactivate_volume()
|
D | inode.c | 533 fscache_relinquish_cookie(vnode->cache, &aux, in afs_evict_inode()
|
D | cell.c | 571 fscache_relinquish_cookie(cell->cache, NULL, false); in afs_deactivate_cell()
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | netfs-api.txt | 818 void fscache_relinquish_cookie(struct fscache_cookie *cookie,
|