Searched refs:xfs_daddr_to_agno (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_discard.c | 186 start_agno = xfs_daddr_to_agno(mp, start); in xfs_ioc_trim() 187 end_agno = xfs_daddr_to_agno(mp, end); in xfs_ioc_trim()
|
D | xfs_mount.h | 299 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() function
|
D | xfs_buf.c | 583 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in xfs_buf_find()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_format.h | 571 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d)) 827 ASSERT(xfs_daddr_to_agno(mp, d) == \ 828 xfs_daddr_to_agno(mp, (d) + (len) - 1)))
|
D | xfs_inode_buf.c | 91 agno = xfs_daddr_to_agno(mp, XFS_BUF_ADDR(bp)); in xfs_inode_buf_verify()
|
D | xfs_btree.c | 4522 agno = xfs_daddr_to_agno(mp, XFS_BUF_ADDR(bp)); in xfs_btree_sblock_verify()
|
/Linux-v4.19/fs/xfs/scrub/ |
D | btree.c | 378 agno = xfs_daddr_to_agno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()
|