Searched refs:afs_vnode_cache (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/afs/ |
H A D | file.c | 165 fscache_use_cookie(afs_vnode_cache(vnode), file->f_mode & FMODE_WRITE); in afs_open() 203 fscache_unuse_cookie(afs_vnode_cache(vnode), &aux, &i_size); in afs_release() 205 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL); in afs_release() 375 afs_vnode_cache(vnode)); in afs_begin_cache_operation() 404 fscache_unpin_writeback(wbc, afs_vnode_cache(AFS_FS_I(inode))); in afs_write_inode() 504 fscache_note_page_release(afs_vnode_cache(vnode)); in afs_release_folio()
|
H A D | inode.c | 826 fscache_clear_inode_writeback(afs_vnode_cache(vnode), inode, &aux); in afs_evict_inode() 836 fscache_relinquish_cookie(afs_vnode_cache(vnode), in afs_evict_inode() 877 fscache_resize_cookie(afs_vnode_cache(vp->vnode), in afs_setattr_edit_file() 926 fscache_use_cookie(afs_vnode_cache(vnode), true); in afs_setattr() 948 fscache_resize_cookie(afs_vnode_cache(vnode), in afs_setattr() 980 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL); in afs_setattr()
|
H A D | write.c | 33 afs_vnode_cache(AFS_FS_I(mapping->host))); in afs_dirty_folio() 188 fscache_update_cookie(afs_vnode_cache(vnode), NULL, &write_end_pos); in afs_write_end() 592 bool caching = fscache_cookie_enabled(afs_vnode_cache(vnode)); in afs_write_back_from_locked_folio() 1051 fscache_write_to_cache(afs_vnode_cache(vnode), in afs_write_to_cache()
|
H A D | internal.h | 672 static inline struct fscache_cookie *afs_vnode_cache(struct afs_vnode *vnode) in afs_vnode_cache() function 893 fscache_invalidate(afs_vnode_cache(vnode), &aux, in afs_invalidate_cache()
|