Home | History | Annotate | Download | only in libsa

Lines Matching defs:ino32_t

154 typedef uint32_t	ino32_t;
206 static int read_inode(ino32_t, struct open_file *);
209 static int search_directory(const char *, int, struct open_file *, ino32_t *);
312 find_inode_sector(ino32_t inumber, struct open_file *f, daddr_t *isp)
350 read_inode(ino32_t inumber, struct open_file *f)
592 ino32_t *inumber_p)
614 if (ffs_get_ino(fp, dp) == (ino32_t)0)
691 ino32_t inumber;
696 ino32_t parent_inumber;
867 inumber = (ino32_t)UFS_ROOTINO;