Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.h96 xfs_failaddr_t xfs_inobt_check_irec(struct xfs_btree_cur *cur,
H A Dxfs_ialloc.c100 xfs_inobt_check_irec( in xfs_inobt_check_irec() function
167 fa = xfs_inobt_check_irec(cur, irec); in xfs_inobt_get_rec()
2742 fa = xfs_inobt_check_irec(cur, &irec); in xfs_ialloc_count_inodes_rec()
/openbmc/linux/fs/xfs/scrub/
H A Dialloc.c588 if (xfs_inobt_check_irec(bs->cur, &irec) != NULL) { in xchk_iallocbt_rec()