Lines Matching defs:ssp
717 ext2fs_accumulatespace (struct ext2fs_searchslot *ssp, struct ext2fs_direct *ep,
728 if (size >= ssp->slotneeded) {
729 ssp->slotstatus = FOUND;
730 ssp->slotoffset = *offp;
731 ssp->slotsize = ep->e2d_reclen;
735 if (ssp->slotstatus != NONE)
738 ssp->slotfreespace += size;
739 if (ssp->slotoffset == -1)
740 ssp->slotoffset = *offp;
742 if (ssp->slotfreespace >= ssp->slotneeded) {
743 ssp->slotstatus = COMPACT;
744 ssp->slotsize = *offp + ep->e2d_reclen - ssp->slotoffset;
752 struct ext2fs_searchslot *ssp)
786 if (ssp->slotstatus != FOUND)
787 ext2fs_accumulatespace(ssp, ep, offp);