Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c2306 xfs_agblock_t cluster_agbno; /* first block in inode cluster */ in xfs_imap() local
2392 cluster_agbno = chunk_agbno + in xfs_imap()
2395 offset = ((agbno - cluster_agbno) * mp->m_sb.sb_inopblock) + in xfs_imap()
2398 imap->im_blkno = XFS_AGB_TO_DADDR(mp, pag->pag_agno, cluster_agbno); in xfs_imap()