Searched refs:fscache_relinquish_cookie (Results 1 – 10 of 10) sorted by relevance
/linux/fs/9p/ |
A D | cache.c | 74 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()
|
/linux/fs/cifs/ |
A D | fscache.c | 54 fscache_relinquish_cookie(server->fscache, NULL, false); in cifs_fscache_release_client_cookie() 105 fscache_relinquish_cookie(tcon->fscache, &auxdata, false); in cifs_fscache_release_super_cookie() 163 fscache_relinquish_cookie(cifsi->fscache, &auxdata, false); in cifs_fscache_release_inode_cookie() 200 fscache_relinquish_cookie(cifsi->fscache, NULL, true); in cifs_fscache_reset_inode_cookie()
|
/linux/fs/nfs/ |
A D | fscache.c | 100 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()
|
/linux/fs/fscache/ |
A D | netfs.c | 69 fscache_relinquish_cookie(netfs->primary_index, NULL, false); in __fscache_unregister_netfs()
|
/linux/fs/ceph/ |
A D | cache.c | 159 fscache_relinquish_cookie(cookie, &ci->i_vino, false); in ceph_fscache_unregister_inode_cookie()
|
/linux/include/linux/ |
A D | fscache.h | 358 void fscache_relinquish_cookie(struct fscache_cookie *cookie, in fscache_relinquish_cookie() function
|
/linux/fs/afs/ |
A D | volume.c | 290 fscache_relinquish_cookie(volume->cache, NULL, in afs_deactivate_volume()
|
A D | cell.c | 727 fscache_relinquish_cookie(cell->cache, NULL, false); in afs_deactivate_cell()
|
A D | inode.c | 793 fscache_relinquish_cookie(vnode->cache, &aux, in afs_evict_inode()
|
/linux/Documentation/filesystems/caching/ |
A D | netfs-api.rst | 807 void fscache_relinquish_cookie(struct fscache_cookie *cookie,
|
Completed in 19 milliseconds