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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc.c1454 xfs_agblock_t nbno; /* new starting block of freespace */ local
1576 nbno = ltbno;
1578 if ((error = xfs_alloc_update(bno_cur, nbno, nlen)))
1602 nbno = ltbno;
1604 if ((error = xfs_alloc_update(bno_cur, nbno, nlen)))
1625 nbno = bno;
1627 if ((error = xfs_alloc_update(bno_cur, nbno, nlen)))
1635 nbno = bno;
1646 if ((error = xfs_alloc_lookup_eq(cnt_cur, nbno, nlen, &i)))

Completed in 108 milliseconds