Searched refs:rbno (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.c301 * starting at rbno, rlen blocks. The extent is contained within the
312 xfs_agblock_t rbno, /* starting block of returned extent */
372 if (rbno == fbno && rlen == flen)
374 else if (rbno == fbno) {
375 nfbno1 = rbno + rlen;
378 } else if (rbno + rlen == fbno + flen) {
384 nflen1 = rbno - fbno;
385 nfbno2 = rbno + rlen;
1207 xfs_agblock_t rbno; /* returned block number */ local
1252 &rbno,
307 xfs_alloc_fixup_trees( xfs_btree_cur_t *cnt_cur, xfs_btree_cur_t *bno_cur, xfs_agblock_t fbno, xfs_extlen_t flen, xfs_agblock_t rbno, xfs_extlen_t rlen, int flags) argument
[all...]

Completed in 56 milliseconds