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

/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_alloc.c211 struct indir start_ap[EXT2_NIADDR + 1], end_ap[EXT2_NIADDR + 1], *idp; local
258 ext2_getlbns(vp, end_lbn, end_ap, &end_lvl))
279 if (end_lvl == 0 || (idp = &end_ap[end_lvl - 1])->in_off + 1 >= len) {
/freebsd-12-stable/sys/ufs/ffs/
H A Dffs_alloc.c560 struct indir start_ap[UFS_NIADDR + 1], end_ap[UFS_NIADDR + 1], *idp; local
614 ufs_getlbns(vp, end_lbn, end_ap, &end_lvl))
635 if (end_lvl == 0 || (idp = &end_ap[end_lvl - 1])->in_off + 1 >= len) {
825 struct indir start_ap[UFS_NIADDR + 1], end_ap[UFS_NIADDR + 1], *idp; local
879 ufs_getlbns(vp, end_lbn, end_ap, &end_lvl))
900 if (end_lvl == 0 || (idp = &end_ap[end_lvl - 1])->in_off + 1 >= len) {

Completed in 77 milliseconds