Lines Matching defs:indaddr
103 static int adfs_fplus_read(struct super_block *sb, u32 indaddr,
112 ret = adfs_dir_read_buffers(sb, indaddr, sb->s_blocksize, dir);
119 adfs_error(sb, "dir %06x has malformed header", indaddr);
127 indaddr, dirsize, size);
131 ret = adfs_dir_read_buffers(sb, indaddr, dirsize, dir);
140 adfs_error(sb, "dir %06x has malformed tail", indaddr);
145 adfs_error(sb, "dir %06x checkbyte mismatch\n", indaddr);
192 obj->indaddr = le32_to_cpu(bde.bigdirindaddr);
222 obj.indaddr, DT_UNKNOWN))
250 } while (le32_to_cpu(bde.bigdirindaddr) != obj->indaddr);
255 bde.bigdirindaddr = cpu_to_le32(obj->indaddr);