Home
last modified time | relevance | path

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

/openbmc/linux/fs/9p/
H A Dvfs_addr.c92 struct fscache_cookie *cookie = v9fs_inode_cookie(V9FS_I(rreq->inode)); in v9fs_begin_cache_operation()
125 fscache_note_page_release(v9fs_inode_cookie(V9FS_I(folio_inode(folio)))); in v9fs_release_folio()
161 struct v9fs_inode __maybe_unused *v9inode = V9FS_I(inode); in v9fs_vfs_write_folio_locked()
281 struct v9fs_inode *v9inode = V9FS_I(mapping->host); in v9fs_write_begin()
324 fscache_update_cookie(v9fs_inode_cookie(V9FS_I(inode)), NULL, in v9fs_write_end()
343 struct v9fs_inode *v9inode = V9FS_I(mapping->host); in v9fs_dirty_folio()
H A Dvfs_inode.c246 kmem_cache_free(v9fs_inode_cache, V9FS_I(inode)); in v9fs_free_inode()
254 struct v9fs_inode *v9inode = V9FS_I(inode); in v9fs_set_netfs_context()
374 struct v9fs_inode __maybe_unused *v9inode = V9FS_I(inode); in v9fs_evict_inode()
397 struct v9fs_inode *v9inode = V9FS_I(inode); in v9fs_test_inode()
426 struct v9fs_inode *v9inode = V9FS_I(inode); in v9fs_set_inode()
836 v9inode = V9FS_I(inode); in v9fs_vfs_atomic_open()
1123 struct v9fs_inode *v9inode = V9FS_I(inode); in v9fs_vfs_setattr()
1152 struct v9fs_inode *v9inode = V9FS_I(inode); in v9fs_stat2inode()
H A Dcache.c52 struct v9fs_inode *v9inode = V9FS_I(inode); in v9fs_cache_inode_get_cookie()
H A Dvfs_dentry.c77 v9inode = V9FS_I(inode); in v9fs_lookup_revalidate()
H A Dvfs_super.c300 v9inode = V9FS_I(inode); in v9fs_write_inode()
311 v9inode = V9FS_I(inode); in v9fs_write_inode_dotl()
H A Dv9fs_vfs.h70 v9inode = V9FS_I(inode); in v9fs_invalidate_inode_attr()
H A Dvfs_inode_dotl.c57 struct v9fs_inode *v9inode = V9FS_I(inode); in v9fs_test_inode_dotl()
88 struct v9fs_inode *v9inode = V9FS_I(inode); in v9fs_set_inode_dotl()
329 struct v9fs_inode *v9inode = V9FS_I(inode); in v9fs_vfs_atomic_open_dotl()
606 fscache_resize_cookie(v9fs_inode_cookie(V9FS_I(inode)), in v9fs_vfs_setattr_dotl()
642 struct v9fs_inode *v9inode = V9FS_I(inode); in v9fs_stat2inode_dotl()
H A Dv9fs.h143 static inline struct v9fs_inode *V9FS_I(const struct inode *inode) in V9FS_I() function
H A Dvfs_dir.c207 struct v9fs_inode *v9inode = V9FS_I(inode); in v9fs_dir_release()
H A Dvfs_file.c86 fscache_use_cookie(v9fs_inode_cookie(V9FS_I(inode)), in v9fs_file_open()