Searched refs:fscache_unuse_cookie (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/ceph/ |
D | cache.c | 62 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-6.12.1/fs/smb/client/ |
D | fscache.c | 156 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-6.12.1/fs/9p/ |
D | vfs_dir.c | 231 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-6.12.1/fs/netfs/ |
D | misc.c | 190 fscache_unuse_cookie(cookie, NULL, NULL); in netfs_unpin_writeback() 209 fscache_unuse_cookie(cookie, aux, &i_size); in netfs_clear_inode_writeback()
|
/linux-6.12.1/fs/afs/ |
D | file.c | 199 fscache_unuse_cookie(afs_vnode_cache(vnode), &aux, &i_size); in afs_release() 201 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL); in afs_release()
|
D | inode.c | 814 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL); in afs_setattr()
|
/linux-6.12.1/fs/erofs/ |
D | fscache.c | 537 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-6.12.1/include/linux/ |
D | fscache.h | 287 static inline void fscache_unuse_cookie(struct fscache_cookie *cookie, in fscache_unuse_cookie() function
|
/linux-6.12.1/fs/nfs/ |
D | fscache.c | 241 fscache_unuse_cookie(cookie, &auxdata, &i_size); in nfs_fscache_release_file()
|
/linux-6.12.1/Documentation/filesystems/caching/ |
D | netfs-api.rst | 197 void fscache_unuse_cookie(struct fscache_cookie *cookie,
|