Lines Matching defs:end
117 unsigned int end;
145 end = xfs_dir3_data_end_offset(geo, hdr);
146 if (!end)
177 while (offset < end) {
191 if (offset + be16_to_cpu(dup->length) > end)
223 if (offset + xfs_dir2_data_entsize(mp, dep->namelen) > end)
647 unsigned int end;
660 end = xfs_dir3_data_end_offset(geo, addr);
661 while (offset < end) {
822 * Log the end (tag) of the unused entry.
849 unsigned int end;
855 * Figure out where the end of the data area is.
857 end = xfs_dir3_data_end_offset(args->geo, hdr);
858 ASSERT(end != 0);
874 * If this isn't the end of the block, see if the entry after
877 if (offset + len < end) {
1068 int matchback; /* matches end of freespace */
1204 /* Find the end of the entry data in a data/block format dir block. */