Searched refs:fscache_relinquish_cookie (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | fscache.c | 39 fscache_relinquish_cookie(server->fscache, 0); in cifs_fscache_release_client_cookie() 57 fscache_relinquish_cookie(tcon->fscache, 0); in cifs_fscache_release_super_cookie() 84 fscache_relinquish_cookie(cifsi->fscache, 0); in cifs_fscache_release_inode_cookie() 96 fscache_relinquish_cookie(cifsi->fscache, 1); in cifs_fscache_disable_inode_cookie() 117 fscache_relinquish_cookie(cifsi->fscache, 1); in cifs_fscache_reset_inode_cookie()
|
/linux-4.1.27/fs/9p/ |
D | cache.c | 102 fscache_relinquish_cookie(v9ses->fscache, 0); in v9fs_cache_session_put_cookie() 222 fscache_relinquish_cookie(v9inode->fscache, 0); in v9fs_cache_inode_put_cookie() 235 fscache_relinquish_cookie(v9inode->fscache, 1); in v9fs_cache_inode_flush_cookie() 268 fscache_relinquish_cookie(v9inode->fscache, 1); in v9fs_cache_inode_reset_cookie()
|
/linux-4.1.27/fs/nfs/ |
D | fscache.c | 55 fscache_relinquish_cookie(clp->fscache, 0); in nfs_fscache_release_client_cookie() 166 fscache_relinquish_cookie(nfss->fscache, 0); in nfs_fscache_release_super_cookie() 203 fscache_relinquish_cookie(cookie, false); in nfs_fscache_clear_inode()
|
/linux-4.1.27/fs/fscache/ |
D | netfs.c | 95 fscache_relinquish_cookie(netfs->primary_index, 0); in __fscache_unregister_netfs()
|
/linux-4.1.27/fs/ceph/ |
D | cache.c | 224 fscache_relinquish_cookie(cookie, 0); in ceph_fscache_unregister_inode_cookie() 340 fscache_relinquish_cookie(fsc->fscache, 0); in ceph_fscache_unregister_fs()
|
/linux-4.1.27/fs/afs/ |
D | inode.c | 279 fscache_relinquish_cookie(vnode->cache, 0); in afs_iget() 442 fscache_relinquish_cookie(vnode->cache, 0); in afs_evict_inode()
|
D | volume.c | 202 fscache_relinquish_cookie(volume->cache, 0); in afs_put_volume()
|
D | cell.c | 413 fscache_relinquish_cookie(cell->cache, 0); in afs_cell_destroy()
|
D | vlocation.c | 532 fscache_relinquish_cookie(vl->cache, 0); in afs_vlocation_destroy()
|
/linux-4.1.27/include/linux/ |
D | fscache.h | 367 void fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in fscache_relinquish_cookie() function
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 827 void fscache_relinquish_cookie(struct fscache_cookie *cookie,
|