Home
last modified time | relevance | path

Searched refs:XFS_AGB_TO_AGINO (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_ialloc.c307 ino = XFS_AGINO_TO_INO(mp, agno, XFS_AGB_TO_AGINO(mp, agbno)); in xfs_ialloc_inode_init()
427 offset = XFS_AGB_TO_AGINO(mp, mod); in xfs_align_sparse_ino()
788 newlen = XFS_AGB_TO_AGINO(args.mp, args.len); in xfs_ialloc_ag_alloc()
815 newino = XFS_AGB_TO_AGINO(args.mp, args.agbno); in xfs_ialloc_ag_alloc()
2686 low = XFS_AGB_TO_AGINO(cur->bc_mp, bno); in xfs_ialloc_has_inodes_at_extent()
2687 high = XFS_AGB_TO_AGINO(cur->bc_mp, bno + len) - 1; in xfs_ialloc_has_inodes_at_extent()
2913 return XFS_AGINO_TO_INO(mp, 0, XFS_AGB_TO_AGINO(mp, first_bno)); in xfs_ialloc_calc_rootino()
2936 xfs_agino_t agino = XFS_AGB_TO_AGINO(mp, new_length); in xfs_ialloc_check_shrink()
Dxfs_ag.c242 *first = XFS_AGB_TO_AGINO(mp, bno); in __xfs_agino_range()
249 *last = XFS_AGB_TO_AGINO(mp, bno) - 1; in __xfs_agino_range()
Dxfs_format.h1129 #define XFS_AGB_TO_AGINO(mp, b) ((xfs_agino_t)((b) << XFS_INO_OFFSET_BITS(mp))) macro
/Linux-v6.1/fs/xfs/
Dxfs_super.c294 agino = XFS_AGB_TO_AGINO(mp, sbp->sb_agblocks - 1); in xfs_set_inode_alloc()