Searched refs:xfs_inobt_get_rec (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 94 xfs_inobt_get_rec( in xfs_inobt_get_rec() function 191 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_check_agi_freecount() 701 error = xfs_inobt_get_rec(cur, rec, &i); in xfs_ialloc_next_rec() 725 error = xfs_inobt_get_rec(cur, rec, &i); in xfs_ialloc_get_rec() 789 error = xfs_inobt_get_rec(cur, &rec, &j); in xfs_dialloc_ag_inobt() 928 error = xfs_inobt_get_rec(cur, &rec, &j); in xfs_dialloc_ag_inobt() 951 error = xfs_inobt_get_rec(cur, &rec, &i); in xfs_dialloc_ag_inobt() 1017 error = xfs_inobt_get_rec(lcur, rec, &i); in xfs_dialloc_ag_finobt_near() 1040 error = xfs_inobt_get_rec(rcur, &rrec, &j); in xfs_dialloc_ag_finobt_near() 1096 error = xfs_inobt_get_rec(cur, rec, &i); in xfs_dialloc_ag_finobt_newino() [all …]
|
D | xfs_ialloc.h | 152 int xfs_inobt_get_rec(struct xfs_btree_cur *cur,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_itable.c | 229 error = xfs_inobt_get_rec(cur, irec, &stat); in xfs_bulkstat_grab_ichunk() 440 error = xfs_inobt_get_rec(cur, &r, &stat); in xfs_bulkstat() 593 error = xfs_inobt_get_rec(cur, &r, &stat); in xfs_inumbers()
|