Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dialloc.c399 imap.im_boffset = XFS_INO_TO_OFFSET(mp, irec->ir_startino) << in xchk_iallocbt_check_cluster()
411 XFS_INO_TO_OFFSET(mp, irec->ir_startino + in xchk_iallocbt_check_cluster()
H A Dialloc_repair.c157 cluster_buf_base = XFS_INO_TO_OFFSET(mp, cluster_ag_base); in xrep_ibt_check_ifree()
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c2526 offset = XFS_INO_TO_OFFSET(mp, ino); in xfs_imap()
2557 XFS_INO_TO_OFFSET(mp, ino); in xfs_imap()
H A Dxfs_format.h1284 #define XFS_INO_TO_OFFSET(mp,i) \ macro