Lines Matching refs:end
130 * The file type field is stored at the end of the name for filetype enabled
270 unsigned int end;
286 end = xfs_dir3_data_end_offset(args->geo, bp->b_addr);
288 while (offset < end) {
431 * Do it the easy way - just add it at the end.
451 * This is copying the old directory and adding the new entry at the end.
518 int eof; /* reached end of old dir */
539 * If it's going to end up at the end then oldsfep will point there.
595 * If it will fit, pick between adding the new entry to the end (easy)
654 * If it won't fit at the end then do it the hard way (use the hole).