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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc_btree.c608 xfs_agblock_t nbno; /* block number of allocated block */ local
675 nbno = NULLAGBLOCK;
705 if ((error = xfs_alloc_split(cur, level, &nbno,
826 *bnop = nbno;
827 if (nbno != NULLAGBLOCK) {
1309 xfs_agblock_t nbno; /* new block number */ local
1324 &nbno)))
1329 if (nbno == NULLAGBLOCK) {
1334 nbp = xfs_btree_get_bufs(mp, cur->bc_tp, cur->bc_private.a.agno, nbno,
1345 agf->agf_roots[cur->bc_btnum] = cpu_to_be32(nbno);
2044 xfs_agblock_t nbno; /* new block number (split result) */ local
[all...]
H A Dxfs_ialloc_btree.c541 xfs_agblock_t nbno; /* block number of allocated block */ local
602 nbno = NULLAGBLOCK;
632 if ((error = xfs_inobt_split(cur, level, &nbno,
732 *bnop = nbno;
733 if (nbno != NULLAGBLOCK) {
1926 xfs_agblock_t nbno; /* new block number (split result) */ local
1932 nbno = NULLAGBLOCK;
1945 * Insert nrec/nbno into this level of the tree.
1946 * Note if we fail, nbno will be null.
1948 if ((error = xfs_inobt_insrec(pcur, level++, &nbno,
[all...]
H A Dxfs_alloc.c1529 xfs_agblock_t nbno; /* new starting block of freespace */ local
1653 nbno = ltbno;
1655 if ((error = xfs_alloc_update(bno_cur, nbno, nlen)))
1679 nbno = ltbno;
1681 if ((error = xfs_alloc_update(bno_cur, nbno, nlen)))
1702 nbno = bno;
1704 if ((error = xfs_alloc_update(bno_cur, nbno, nlen)))
1712 nbno = bno;
1723 if ((error = xfs_alloc_lookup_eq(cnt_cur, nbno, nlen, &i)))
H A Dxfs_bmap_btree.c704 xfs_fsblock_t nbno; /* new block number */ local
743 nbno = NULLFSBLOCK;
777 &nbno, &startoff, &ncur,
862 *bnop = nbno;
863 if (nbno != NULLFSBLOCK) {
2088 xfs_fsblock_t nbno; local
2095 nbno = NULLFSBLOCK;
2100 if ((error = xfs_bmbt_insrec(pcur, level++, &nbno, &nrec, &ncur,
2108 if (pcur != cur && (ncur || nbno == NULLFSBLOCK)) {
2126 } while (nbno !
[all...]

Completed in 76 milliseconds