Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/scrub/
Dialloc.c248 imap.im_boffset = XFS_INO_TO_OFFSET(mp, irec->ir_startino) << in xchk_iallocbt_check_cluster()
260 XFS_INO_TO_OFFSET(mp, irec->ir_startino + in xchk_iallocbt_check_cluster()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_ialloc.c2344 offset = XFS_INO_TO_OFFSET(mp, ino); in xfs_imap()
2375 XFS_INO_TO_OFFSET(mp, ino); in xfs_imap()
Dxfs_format.h1085 #define XFS_INO_TO_OFFSET(mp,i) \ macro