Searched refs:xfs_alloc_get_rec (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/fs/xfs/libxfs/ |
| D | xfs_alloc.c | 121 xfs_alloc_get_rec( in xfs_alloc_get_rec() function 343 if ((error = xfs_alloc_get_rec(cnt_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 358 if ((error = xfs_alloc_get_rec(bno_cur, &nfbno1, &nflen1, &i))) in xfs_alloc_fixup_trees() 704 error = xfs_alloc_get_rec(bno_cur, &fbno, &flen, &i); in xfs_alloc_ag_vextent_exact() 805 error = xfs_alloc_get_rec(*scur, sbno, slen, &i); in xfs_alloc_find_best_extent() 983 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, in xfs_alloc_ag_vextent_near() 1004 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near() 1039 if ((error = xfs_alloc_get_rec(cnt_cur, <bno, <len, &i))) in xfs_alloc_ag_vextent_near() 1128 if ((error = xfs_alloc_get_rec(bno_cur_lt, <bno, <len, &i))) in xfs_alloc_ag_vextent_near() 1144 if ((error = xfs_alloc_get_rec(bno_cur_gt, >bno, >len, &i))) in xfs_alloc_ag_vextent_near() [all …]
|
| D | xfs_alloc.h | 230 xfs_alloc_get_rec(
|
| /linux-4.4.14/fs/xfs/ |
| D | xfs_discard.c | 84 error = xfs_alloc_get_rec(cur, &fbno, &flen, &i); in xfs_trim_extents()
|