Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dfscache.c91 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/
Dcache.c87 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/
Dnetfs.c73 fscache_relinquish_cookie(netfs->primary_index, NULL, false); in __fscache_unregister_netfs()
/Linux-v4.19/fs/nfs/
Dfscache.c102 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/
Dfscache.h362 void fscache_relinquish_cookie(struct fscache_cookie *cookie, in fscache_relinquish_cookie() function
/Linux-v4.19/fs/ceph/
Dcache.c189 fscache_relinquish_cookie(cookie, &ci->i_vino, false); in ceph_fscache_unregister_inode_cookie()
/Linux-v4.19/fs/afs/
Dvolume.c250 fscache_relinquish_cookie(volume->cache, NULL, in afs_deactivate_volume()
Dinode.c533 fscache_relinquish_cookie(vnode->cache, &aux, in afs_evict_inode()
Dcell.c571 fscache_relinquish_cookie(cell->cache, NULL, false); in afs_deactivate_cell()
/Linux-v4.19/Documentation/filesystems/caching/
Dnetfs-api.txt818 void fscache_relinquish_cookie(struct fscache_cookie *cookie,