Home
last modified time | relevance | path

Searched refs:afs_vnode_cache (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/fs/afs/
Dfile.c161 fscache_use_cookie(afs_vnode_cache(vnode), file->f_mode & FMODE_WRITE); in afs_open()
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()
371 afs_vnode_cache(vnode)); in afs_begin_cache_operation()
400 fscache_unpin_writeback(wbc, afs_vnode_cache(AFS_FS_I(inode))); in afs_write_inode()
500 fscache_note_page_release(afs_vnode_cache(vnode)); in afs_release_folio()
Dinode.c807 fscache_clear_inode_writeback(afs_vnode_cache(vnode), inode, &aux); in afs_evict_inode()
817 fscache_relinquish_cookie(afs_vnode_cache(vnode), in afs_evict_inode()
858 fscache_resize_cookie(afs_vnode_cache(vp->vnode), in afs_setattr_edit_file()
907 fscache_use_cookie(afs_vnode_cache(vnode), true); in afs_setattr()
929 fscache_resize_cookie(afs_vnode_cache(vnode), in afs_setattr()
961 fscache_unuse_cookie(afs_vnode_cache(vnode), NULL, NULL); in afs_setattr()
Dwrite.c28 afs_vnode_cache(AFS_FS_I(mapping->host))); in afs_dirty_folio()
156 fscache_update_cookie(afs_vnode_cache(vnode), NULL, &write_end_pos); in afs_write_end()
558 bool caching = fscache_cookie_enabled(afs_vnode_cache(vnode)); in afs_write_back_from_locked_folio()
1035 fscache_write_to_cache(afs_vnode_cache(vnode), in afs_write_to_cache()
Dinternal.h669 static inline struct fscache_cookie *afs_vnode_cache(struct afs_vnode *vnode) in afs_vnode_cache() function
888 fscache_invalidate(afs_vnode_cache(vnode), &aux, in afs_invalidate_cache()