Searched refs:gtbno (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.c674 xfs_agblock_t gtbno; /* start bno of right side entry */ local
912 if ((error = xfs_alloc_get_rec(bno_cur_gt, &gtbno, &gtlen, &i)))
915 xfs_alloc_compute_aligned(gtbno, gtlen, args->alignment,
954 bno_cur_gt, &gtbno,
958 xfs_alloc_compute_aligned(gtbno, gtlen,
984 gtbno, gtlen, &gtnew);
1040 args->alignment, gtbno, gtlen, &gtnew);
1142 ltbno = gtbno;
1446 xfs_agblock_t gtbno; /* start of right neighbor block */ local
1500 if ((error = xfs_alloc_get_rec(bno_cur, &gtbno,
[all...]

Completed in 25 milliseconds