Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_fsmap.c118 const struct xfs_fsmap_irec *frec) in xfs_fsmap_owner_from_frec() argument
121 if (!XFS_RMAP_NON_INODE_OWNER(frec->owner)) { in xfs_fsmap_owner_from_frec()
122 dest->fmr_owner = frec->owner; in xfs_fsmap_owner_from_frec()
127 switch (frec->owner) { in xfs_fsmap_owner_from_frec()
210 const struct xfs_fsmap_irec *frec, in xfs_getfsmap_is_shared() argument
230 error = xfs_refcount_find_shared(cur, frec->rec_key, in xfs_getfsmap_is_shared()
231 XFS_BB_TO_FSBT(mp, frec->len_daddr), &fbno, &flen, in xfs_getfsmap_is_shared()
259 const struct xfs_fsmap_irec *frec) in xfs_getfsmap_frec_before_start() argument
262 return frec->start_daddr < info->low_daddr; in xfs_getfsmap_frec_before_start()
265 .rm_startblock = frec->rec_key, in xfs_getfsmap_frec_before_start()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c1520 struct xfs_inobt_rec_incore *frec, /* finobt record */ in xfs_dialloc_ag_update_inobt() argument
1527 error = xfs_inobt_lookup(cur, frec->ir_startino, XFS_LOOKUP_EQ, &i); in xfs_dialloc_ag_update_inobt()
1549 rec.ir_free != frec->ir_free || in xfs_dialloc_ag_update_inobt()
1550 rec.ir_freecount != frec->ir_freecount)) { in xfs_dialloc_ag_update_inobt()