Lines Matching refs:ino_t
77 static ino_t find(fileid_t *filep, char *path);
78 static ino_t dlook(fileid_t *filep, char *path);
97 openi(fileid_t *filep, ino_t inode) in openi()
142 static ino_t
147 ino_t inode; in find()
155 return ((ino_t)0); in find()
166 if (r && openi(filep, (ino_t)UFSROOTINO)) in find()
167 return ((ino_t)0); in find()
178 return ((ino_t)UFSROOTINO); in find()
181 return ((ino_t)0); in find()
189 return ((ino_t)0); in find()
209 return ((ino_t)0); in find()
280 static ino_t
614 ino_t inode; in bufs_open()
636 if (inode == (ino_t)0) { in bufs_open()