Searched refs:xfs_alloc_get_rec (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_alloc.c | 121 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, <bno, in xfs_alloc_ag_vextent_near() 972 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near() 1005 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near() 1094 if ((error = xfs_alloc_get_rec(bno_cur_lt, <bno, <len, &i))) in xfs_alloc_ag_vextent_near() 1110 if ((error = xfs_alloc_get_rec(bno_cur_gt, >bno, >len, &i))) in xfs_alloc_ag_vextent_near() [all …]
|
D | xfs_alloc.h | 228 xfs_alloc_get_rec(
|
/linux-4.1.27/fs/xfs/ |
D | xfs_discard.c | 84 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_extents()
|