Home
last modified time | relevance | path

Searched refs:end_ap (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/fs/ext2fs/
HDext2_alloc.c167 struct indir start_ap[NIADDR + 1], end_ap[NIADDR + 1], *idp; in ext2_reallocblks() local
214 ext2_getlbns(vp, end_lbn, end_ap, &end_lvl)) in ext2_reallocblks()
234 if (end_lvl == 0 || (idp = &end_ap[end_lvl - 1])->in_off + 1 >= len) { in ext2_reallocblks()
/NextBSD/sys/ufs/ffs/
HDffs_alloc.c527 struct indir start_ap[NIADDR + 1], end_ap[NIADDR + 1], *idp; local
581 ufs_getlbns(vp, end_lbn, end_ap, &end_lvl))
601 if (end_lvl == 0 || (idp = &end_ap[end_lvl - 1])->in_off + 1 >= len) {
775 struct indir start_ap[NIADDR + 1], end_ap[NIADDR + 1], *idp; local
829 ufs_getlbns(vp, end_lbn, end_ap, &end_lvl))
849 if (end_lvl == 0 || (idp = &end_ap[end_lvl - 1])->in_off + 1 >= len) {