Searched refs:gtlen (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.c677 xfs_extlen_t gtlen; /* length 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,
955 &gtlen, &i)))
958 xfs_alloc_compute_aligned(gtbno, gtlen,
984 gtbno, gtlen, &gtnew);
1040 args->alignment, gtbno, gtlen, &gtnew);
1144 ltlen = gtlen;
1447 xfs_extlen_t gtlen; /* length of right neighbor block */ local
1500 if ((error = xfs_alloc_get_rec(bno_cur, &gtbno, &gtlen,
[all...]

Completed in 87 milliseconds