Lines Matching refs:irec
400 struct xfs_rmap_irec irec; in xfs_getfsmap_datadev_bnobt_helper() local
406 irec.rm_startblock = rec->ar_startblock; in xfs_getfsmap_datadev_bnobt_helper()
407 irec.rm_blockcount = rec->ar_blockcount; in xfs_getfsmap_datadev_bnobt_helper()
408 irec.rm_owner = XFS_RMAP_OWN_NULL; /* "free" */ in xfs_getfsmap_datadev_bnobt_helper()
409 irec.rm_offset = 0; in xfs_getfsmap_datadev_bnobt_helper()
410 irec.rm_flags = 0; in xfs_getfsmap_datadev_bnobt_helper()
412 return xfs_getfsmap_helper(cur->bc_tp, info, &irec, rec_daddr, 0); in xfs_getfsmap_datadev_bnobt_helper()
418 struct xfs_rmap_irec *irec, in xfs_getfsmap_set_irec_flags() argument
421 irec->rm_flags = 0; in xfs_getfsmap_set_irec_flags()
423 irec->rm_flags |= XFS_RMAP_ATTR_FORK; in xfs_getfsmap_set_irec_flags()
425 irec->rm_flags |= XFS_RMAP_BMBT_BLOCK; in xfs_getfsmap_set_irec_flags()
427 irec->rm_flags |= XFS_RMAP_UNWRITTEN; in xfs_getfsmap_set_irec_flags()
482 struct xfs_rmap_irec irec; in xfs_getfsmap_rtdev_rtbitmap_helper() local
488 irec.rm_startblock = rtbno; in xfs_getfsmap_rtdev_rtbitmap_helper()
492 irec.rm_blockcount = rtbno; in xfs_getfsmap_rtdev_rtbitmap_helper()
494 irec.rm_owner = XFS_RMAP_OWN_NULL; /* "free" */ in xfs_getfsmap_rtdev_rtbitmap_helper()
495 irec.rm_offset = 0; in xfs_getfsmap_rtdev_rtbitmap_helper()
496 irec.rm_flags = 0; in xfs_getfsmap_rtdev_rtbitmap_helper()
498 return xfs_getfsmap_helper(tp, info, &irec, rec_daddr, len_daddr); in xfs_getfsmap_rtdev_rtbitmap_helper()