Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c2398 xfs_agblock_t *offset_agbno, in xfs_imap_lookup() argument
2447 *offset_agbno = agbno - *chunk_agbno; in xfs_imap_lookup()
2469 xfs_agblock_t offset_agbno; /* blks from chunk start to inode */ in xfs_imap() local
2515 &chunk_agbno, &offset_agbno, flags); in xfs_imap()
2542 offset_agbno = agbno & M_IGEO(mp)->inoalign_mask; in xfs_imap()
2543 chunk_agbno = agbno - offset_agbno; in xfs_imap()
2546 &chunk_agbno, &offset_agbno, flags); in xfs_imap()
2554 ((offset_agbno / M_IGEO(mp)->blocks_per_cluster) * in xfs_imap()