Home
last modified time | relevance | path

Searched refs:xfs_alloc_get_rec (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c121 xfs_alloc_get_rec( in xfs_alloc_get_rec() function
329 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
344 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees()
687 error = xfs_alloc_get_rec(bno_cur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_exact()
788 error = xfs_alloc_get_rec(*scur, sbno, slen, &i); in xfs_alloc_find_best_extent()
951 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, in xfs_alloc_ag_vextent_near()
972 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i))) in xfs_alloc_ag_vextent_near()
1005 if ((error = xfs_alloc_get_rec(cnt_cur, &ltbno, &ltlen, &i))) in xfs_alloc_ag_vextent_near()
1094 if ((error = xfs_alloc_get_rec(bno_cur_lt, &ltbno, &ltlen, &i))) in xfs_alloc_ag_vextent_near()
1110 if ((error = xfs_alloc_get_rec(bno_cur_gt, &gtbno, &gtlen, &i))) in xfs_alloc_ag_vextent_near()
[all …]
Dxfs_alloc.h228 xfs_alloc_get_rec(
/linux-4.1.27/fs/xfs/
Dxfs_discard.c84 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_extents()