Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:ulr_count

554 		 * then set results->ulr_count to 0 indicating
558 * results->ulr_offset + results->ulr_count.
562 results->ulr_count = 0;
566 results->ulr_count = slotsize;
633 * is a previous entry in this block) in results->ulr_count.
637 results->ulr_count = 0;
639 results->ulr_count = results->ulr_offset - prevoff;
872 * (ulr_offset, ulr_count) indicate how the space for the new
913 if (ulr->ulr_count == 0) {
915 * If ulr_count is 0, then namei could find no
973 * If ulr_count is non-zero, then namei found space
975 * ulr_offset + ulr_count in the directory.
990 * ulr_offset + ulr_count would yield the
996 for (loc = fs2h16(ep->e2d_reclen); loc < ulr->ulr_count;) {
1043 * entry to be eliminated. The ulr_count field contains the
1062 if (ulr->ulr_count == 0) {
1078 error = ext2fs_blkatoff(dvp, (off_t)(ulr->ulr_offset - ulr->ulr_count),