Lines Matching defs:v7node
318 struct v7fs_node *v7node = vp->v_data;
319 struct v7fs_inode *inode = &v7node->inode;
343 struct v7fs_node *v7node = vp->v_data;
344 struct v7fs_inode *inode = &v7node->inode;
356 v7fs_check_possible(struct vnode *vp, struct v7fs_node *v7node,
377 v7fs_check_permitted(struct vnode *vp, struct v7fs_node *v7node,
381 struct v7fs_inode *inode = &v7node->inode;
397 struct v7fs_node *v7node = vp->v_data;
400 error = v7fs_check_possible(vp, v7node, ap->a_accmode);
404 error = v7fs_check_permitted(vp, v7node, ap->a_accmode, ap->a_cred);
418 struct v7fs_node *v7node = vp->v_data;
419 struct v7fs_inode *inode = &v7node->inode;
420 struct v7fs_mount *v7fsmount = v7node->v7fsmount;
465 struct v7fs_node *v7node = vp->v_data;
466 struct v7fs_self *fs = v7node->v7fsmount->core;
467 struct v7fs_inode *inode = &v7node->inode;
510 v7node->update_mtime = true;
511 v7node->update_ctime = true;
561 v7node->update_mtime = true;
564 v7node->update_ctime = true;
568 v7node->update_atime = true;
585 struct v7fs_node *v7node = vp->v_data;
586 struct v7fs_inode *inode = &v7node->inode;
591 DPRINTF("type=%d inode=%d\n", vp->v_type, v7node->inode.inode_number);
604 v7node->update_atime = true;
621 struct v7fs_node *v7node = vp->v_data;
622 struct v7fs_inode *inode = &v7node->inode;
623 struct v7fs_self *fs = v7node->v7fsmount->core;
654 v7node->update_mtime = true;
789 struct v7fs_node *v7node = fvp->v_data;
790 struct v7fs_self *fs = v7node->v7fsmount->core;
990 struct v7fs_node *v7node = vp->v_data;
991 struct v7fs_inode *inode = &v7node->inode;
992 struct v7fs_self *fs = v7node->v7fsmount->core;
1037 struct v7fs_node *v7node = vp->v_data;
1038 struct v7fs_inode *inode = &v7node->inode;
1060 struct v7fs_node *v7node = vp->v_data;
1061 struct v7fs_self *fs = v7node->v7fsmount->core;
1062 struct v7fs_inode *inode = &v7node->inode;
1074 pool_put(&v7fs_node_pool, v7node);
1093 struct v7fs_node *v7node = vp->v_data;
1094 struct v7fs_mount *v7fsmount = v7node->v7fsmount;
1095 struct v7fs_self *fs = v7node->v7fsmount->core;
1096 struct v7fs_inode *inode = &v7node->inode;
1133 struct v7fs_node *v7node = vp->v_data;
1134 struct v7fs_mount *v7fsmount = v7node->v7fsmount;
1163 struct v7fs_node *v7node = a->a_vp->v_data;
1165 v7fs_inode_dump(&v7node->inode);
1180 struct v7fs_node *v7node = a->a_vp->v_data;
1184 return lf_advlock(a, &v7node->lockf,
1185 v7fs_inode_filesize(&v7node->inode));
1235 struct v7fs_node *v7node = vp->v_data;
1236 struct v7fs_inode *inode = &v7node->inode;
1237 struct v7fs_self *fs = v7node->v7fsmount->core;
1243 if (v7node->update_atime) {
1245 v7node->update_atime = false;
1248 if (v7node->update_ctime) {
1250 v7node->update_ctime = false;
1253 if (v7node->update_mtime) {
1255 v7node->update_mtime = false;
1337 struct v7fs_node *v7node = vp->v_data;
1338 struct v7fs_inode *inode = &v7node->inode;
1339 struct v7fs_self *fs = v7node->v7fsmount->core;