Searched refs:xfs_daddr_to_agno (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/fs/xfs/ |
D | xfs_discard.c | 193 start_agno = xfs_daddr_to_agno(mp, start); in xfs_ioc_trim() 194 end_agno = xfs_daddr_to_agno(mp, end); in xfs_ioc_trim()
|
D | xfs_mount.h | 315 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) in xfs_daddr_to_agno() function
|
D | xfs_buf.c | 605 xfs_daddr_to_agno(btp->bt_mount, cmap.bm_bn)); in xfs_buf_find()
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_format.h | 567 xfs_daddr_to_agno(mp,d), xfs_daddr_to_agbno(mp,d)) 823 ASSERT(xfs_daddr_to_agno(mp, d) == \ 824 xfs_daddr_to_agno(mp, (d) + (len) - 1)))
|
D | xfs_inode_buf.c | 86 agno = xfs_daddr_to_agno(mp, XFS_BUF_ADDR(bp)); in xfs_inode_buf_verify()
|
D | xfs_btree.c | 4509 agno = xfs_daddr_to_agno(mp, XFS_BUF_ADDR(bp)); in xfs_btree_sblock_verify()
|
/Linux-v5.4/fs/xfs/scrub/ |
D | btree.c | 371 agno = xfs_daddr_to_agno(bs->cur->bc_mp, daddr); in xchk_btree_check_block_owner()
|