Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/fs/ext2fs/
Dext2_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()
235 if (end_lvl == 0 || (idp = &end_ap[end_lvl - 1])->in_off + 1 >= len) { in ext2_reallocblks()
/freebsd-9-stable/sys/ufs/ffs/
Dffs_alloc.c512 struct indir start_ap[NIADDR + 1], end_ap[NIADDR + 1], *idp; local
566 ufs_getlbns(vp, end_lbn, end_ap, &end_lvl))
587 if (end_lvl == 0 || (idp = &end_ap[end_lvl - 1])->in_off + 1 >= len) {
739 struct indir start_ap[NIADDR + 1], end_ap[NIADDR + 1], *idp; local
793 ufs_getlbns(vp, end_lbn, end_ap, &end_lvl))
814 if (end_lvl == 0 || (idp = &end_ap[end_lvl - 1])->in_off + 1 >= len) {