Lines Matching defs:inode
708 gettext("Not a file entry(inode) at %x\n"),
797 get_blkno(uint32_t inode, uint32_t *blkno, uint64_t off)
807 if (inode != in) {
810 getblk(inode << l2b)) == NULL) {
828 *blkno = inode;
842 in = inode;
889 read_file(uint32_t inode, uint8_t *buf, uint32_t count, uint64_t off)
896 if (get_blkno(inode, &bno, off) != 0) {
902 if (bno == inode) {
928 get_fid(uint32_t inode, uint8_t *buf, uint64_t off)
934 if ((read_file(inode, buf, sizeof (struct file_id), off)) != 0) {
945 if ((read_file(inode, buf, FID_LEN(fid), off)) != 0) {
1033 gettext("Not a file entry(inode)"
1052 uint32_t inode;
1115 temp->inode = iloc;
1138 list(rd->nm, rd->inode, fl);
1140 list(".", rd->inode, fl);
1383 temp->inode = iloc;