Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcache.c62 fscache_unuse_cookie(ceph_fscache_cookie(ci), in ceph_fscache_unuse_cookie()
65 fscache_unuse_cookie(ceph_fscache_cookie(ci), NULL, NULL); in ceph_fscache_unuse_cookie()
/linux/fs/smb/client/
H A Dfscache.c156 fscache_unuse_cookie(cifs_inode_cookie(inode), &cd, &i_size); in cifs_fscache_unuse_inode_cookie()
158 fscache_unuse_cookie(cifs_inode_cookie(inode), NULL, NULL); in cifs_fscache_unuse_inode_cookie()
/linux/fs/9p/
H A Dvfs_dir.c231 fscache_unuse_cookie(v9fs_inode_cookie(v9inode), in v9fs_dir_release()
234 fscache_unuse_cookie(v9fs_inode_cookie(v9inode), NULL, NULL); in v9fs_dir_release()
/linux/fs/netfs/
H A Dmisc.c178 fscache_unuse_cookie(cookie, NULL, NULL); in netfs_unpin_writeback()
197 fscache_unuse_cookie(cookie, aux, &i_size); in netfs_clear_inode_writeback()
/linux/fs/afs/
H A Dfile.c191 fscache_unuse_cookie(afs_vnode_cache(vnode), &aux, &i_size); in afs_release()
193 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL); in afs_release()
H A Ddir.c103 fscache_unuse_cookie(afs_vnode_cache(dvnode), &aux, &i_size); in afs_dir_unuse_cookie()
105 fscache_unuse_cookie(afs_vnode_cache(dvnode), NULL, NULL); in afs_dir_unuse_cookie()
303 fscache_unuse_cookie(afs_vnode_cache(dvnode), NULL, NULL); in afs_read_single()
H A Dinode.c926 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL); in afs_setattr()
/linux/fs/erofs/
H A Dfscache.c537 fscache_unuse_cookie(cookie, NULL, NULL); in erofs_fscache_acquire_cookie()
546 fscache_unuse_cookie(ctx->cookie, NULL, NULL); in erofs_fscache_relinquish_cookie()
/linux/include/linux/
H A Dfscache.h287 static inline void fscache_unuse_cookie(struct fscache_cookie *cookie, in fscache_unuse_cookie() function
/linux/fs/nfs/
H A Dfscache.c241 fscache_unuse_cookie(cookie, &auxdata, &i_size); in nfs_fscache_release_file()
/linux/Documentation/filesystems/caching/
H A Dnetfs-api.rst197 void fscache_unuse_cookie(struct fscache_cookie *cookie,