Lines Matching defs:ind
200 * @ind: descriptor of indirect block.
215 * Caller must make sure that @ind is valid and will stay that way.
217 static ext4_fsblk_t ext4_find_near(struct inode *inode, Indirect *ind)
220 __le32 *start = ind->bh ? (__le32 *) ind->bh->b_data : ei->i_data;
224 for (p = ind->p - 1; p >= start; p--) {
230 if (ind->bh)
231 return ind->bh->b_blocknr;
927 __le32 *block_to_free_p = NULL; /* Pointer into inode/ind
931 __le32 *p; /* Pointer into inode/ind