Lines Matching defs:pdir
141 chfs_readdirent(struct mount *mp, struct chfs_node_ref *chnr, struct chfs_inode *pdir)
187 chfs_add_fd_to_inode(chmp, pdir, fd);
196 struct chfs_inode *ip, *pdir;
206 pdir = VTOI(dvp);
221 chvc->pvno = pdir->ino;
274 pdir->iflag |= (IN_ACCESS | IN_CHANGE | IN_MODIFY | IN_UPDATE);
277 error = chfs_write_flash_vnode(chmp, pdir, ALLOC_NORMAL);
287 nfd->version = (++pdir->chvc->highest_version);
295 error = chfs_write_flash_dirent(chmp, pdir, ip, nfd, ip->ino, ALLOC_NORMAL);
305 chfs_add_fd_to_inode(chmp, pdir, nfd);
307 pdir->chvc->nlink++;