Lines Matching full:extent
175 printf("Extent status:ip=%ju\n", ip->i_number);
249 ext4_ext_extent_pblock(struct ext4_extent *extent)
253 blk = le32toh(extent->e_start_lo);
254 blk |= (e4fs_daddr_t)le16toh(extent->e_start_hi) << 32;
483 error_msg = "header: invalid extent entries";
650 "ppos > depth => extent corrupted");
675 /* Find extent. */
852 "lblk == index blk => extent corrupted");
859 "ecout > maxcount => extent corrupted");
877 "index is out of range => extent corrupted");
943 * We will split at current extent for now.
947 "extent is out of range => extent corrupted");
983 "extents count out of range => extent corrupted");
988 /* Start copy from next extent. */
1250 /* Insert block into found extent. */
1302 /* Create new extent in the leaf. */
1332 /* Merge with next extent. */
1444 /* If we found extent covers block, simply return it. */
1465 /* Try to insert new extent into found leaf and return. */
1570 "bad header => extent corrupted");
1589 /* Remove tail of the extent. */
1593 /* Remove head of the extent, not implemented. */
1596 /* Remove whole extent. */