Lines Matching defs:inode
97 openi(fileid_t *filep, ino_t inode)
102 filep->fi_inode = get_cache((int)inode);
108 itod(&devp->un_fs.di_fs, inode));
118 filep->fi_inode = (struct inode *)
119 bkmem_alloc(sizeof (struct inode));
120 bzero((char *)filep->fi_inode, sizeof (struct inode));
122 dp[itoo(&devp->un_fs.di_fs, inode)].di_un.di_icom;
123 filep->fi_inode->i_number = inode;
124 set_cache((int)inode, (void *)filep->fi_inode, sizeof (struct inode));
147 ino_t inode;
164 /* if at the beginning of pathname get root inode */
179 if ((inode = dlook(filep, lpathp)) != 0) {
180 if (openi(filep, inode))
212 return (inode);
218 struct inode *inodep;
253 * fetch the first indirect block address from the inode
284 struct inode *ip;
614 ino_t inode;
635 inode = find(filep, (char *)filename);
636 if (inode == (ino_t)0) {
641 if (openi(filep, inode)) {
696 struct inode *ip;