Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dfscache.c39 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/
Dcache.c102 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/
Dfscache.c55 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/
Dnetfs.c95 fscache_relinquish_cookie(netfs->primary_index, 0); in __fscache_unregister_netfs()
/linux-4.1.27/fs/ceph/
Dcache.c224 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/
Dinode.c279 fscache_relinquish_cookie(vnode->cache, 0); in afs_iget()
442 fscache_relinquish_cookie(vnode->cache, 0); in afs_evict_inode()
Dvolume.c202 fscache_relinquish_cookie(volume->cache, 0); in afs_put_volume()
Dcell.c413 fscache_relinquish_cookie(cell->cache, 0); in afs_cell_destroy()
Dvlocation.c532 fscache_relinquish_cookie(vl->cache, 0); in afs_vlocation_destroy()
/linux-4.1.27/include/linux/
Dfscache.h367 void fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in fscache_relinquish_cookie() function
/linux-4.1.27/Documentation/filesystems/caching/
Dnetfs-api.txt827 void fscache_relinquish_cookie(struct fscache_cookie *cookie,