Searched refs:offset_agbno (Results 1 – 1 of 1) sorted by relevance
2213 xfs_agblock_t *offset_agbno, in xfs_imap_lookup() argument2261 *offset_agbno = agbno - *chunk_agbno; in xfs_imap_lookup()2283 xfs_agblock_t offset_agbno; /* blks from chunk start to inode */ in xfs_imap() local2333 &chunk_agbno, &offset_agbno, flags); in xfs_imap()2360 offset_agbno = agbno & M_IGEO(mp)->inoalign_mask; in xfs_imap()2361 chunk_agbno = agbno - offset_agbno; in xfs_imap()2364 &chunk_agbno, &offset_agbno, flags); in xfs_imap()2372 ((offset_agbno / M_IGEO(mp)->blocks_per_cluster) * in xfs_imap()