Searched refs:xfs_alloc_lookup_eq (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.c66 xfs_alloc_lookup_eq( function
334 if ((error = xfs_alloc_lookup_eq(cnt_cur, fbno, flen, &i)))
349 if ((error = xfs_alloc_lookup_eq(bno_cur, fbno, flen, &i)))
398 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno1, nflen1, &i)))
406 if ((error = xfs_alloc_lookup_eq(cnt_cur, nfbno2, nflen2, &i)))
434 if ((error = xfs_alloc_lookup_eq(bno_cur, nfbno2, nflen2, &i)))
1292 if ((error = xfs_alloc_lookup_eq(cnt_cur, bestfbno, bestflen,
1529 if ((error = xfs_alloc_lookup_eq(cnt_cur, ltbno, ltlen, &i)))
1538 if ((error = xfs_alloc_lookup_eq(cnt_cur, gtbno, gtlen, &i)))
1589 if ((error = xfs_alloc_lookup_eq(cnt_cu
[all...]

Completed in 53 milliseconds