Lines Matching defs:v9inode
226 struct v9fs_inode *v9inode;
228 v9inode = alloc_inode_sb(sb, v9fs_inode_cache, GFP_KERNEL);
229 if (!v9inode)
231 v9inode->cache_validity = 0;
232 mutex_init(&v9inode->v_mutex);
233 return &v9inode->netfs.inode;
251 struct v9fs_inode *v9inode = V9FS_I(inode);
252 netfs_inode_init(&v9inode->netfs, &v9fs_req_ops);
371 struct v9fs_inode __maybe_unused *v9inode = V9FS_I(inode);
377 version = cpu_to_le32(v9inode->qid.version);
378 fscache_clear_inode_writeback(v9fs_inode_cookie(v9inode), inode,
386 fscache_relinquish_cookie(v9fs_inode_cookie(v9inode), false);
394 struct v9fs_inode *v9inode = V9FS_I(inode);
404 if (memcmp(&v9inode->qid.version,
405 &st->qid.version, sizeof(v9inode->qid.version)))
408 if (v9inode->qid.type != st->qid.type)
411 if (v9inode->qid.path != st->qid.path)
423 struct v9fs_inode *v9inode = V9FS_I(inode);
426 memcpy(&v9inode->qid, &st->qid, sizeof(st->qid));
796 struct v9fs_inode __maybe_unused *v9inode;
833 v9inode = V9FS_I(inode);
841 fscache_use_cookie(v9fs_inode_cookie(v9inode),
1120 struct v9fs_inode *v9inode = V9FS_I(inode);
1122 fscache_resize_cookie(v9fs_inode_cookie(v9inode), iattr->ia_size);
1149 struct v9fs_inode *v9inode = V9FS_I(inode);
1188 v9inode->cache_validity &= ~V9FS_INO_INVALID_ATTR;