Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dreap.h13 const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type);
15 const struct xfs_owner_info *oinfo);
22 const struct xfs_owner_info *oinfo);
H A Dnewbt.h48 struct xfs_owner_info oinfo; member
62 const struct xfs_owner_info *oinfo, xfs_fsblock_t alloc_hint,
65 int whichfork, const struct xfs_owner_info *oinfo);
H A Drtrmap.c253 struct xfs_owner_info oinfo; in xchk_rtrmapbt() local
261 xfs_rmap_inode_bmbt_owner(&oinfo, rtg_rmap(sc->sr.rtg), XFS_DATA_FORK); in xchk_rtrmapbt()
262 return xchk_btree(sc, sc->sr.rmap_cur, xchk_rtrmapbt_rec, &oinfo, &cr); in xchk_rtrmapbt()
311 const struct xfs_owner_info *oinfo) in xchk_xref_is_only_rt_owned_by() argument
319 error = xfs_rmap_count_owners(sc->sr.rmap_cur, bno, len, oinfo, &res); in xchk_xref_is_only_rt_owned_by()
H A Dbtree.h44 const struct xfs_owner_info *oinfo; member
67 xchk_btree_rec_fn scrub_fn, const struct xfs_owner_info *oinfo,
H A Dscrub.h314 xfs_extlen_t len, const struct xfs_owner_info *oinfo);
316 xfs_extlen_t len, const struct xfs_owner_info *oinfo);
333 xfs_extlen_t len, const struct xfs_owner_info *oinfo);
344 # define xchk_xref_is_only_rt_owned_by(sc, bno, len, oinfo) do { } while (0) argument
H A Dbmap.c327 struct xfs_owner_info oinfo; in xchk_bmap_rt_iextent_xref() local
355 xfs_rmap_inode_owner(&oinfo, info->sc->ip, in xchk_bmap_rt_iextent_xref()
358 irec->br_blockcount, &oinfo); in xchk_bmap_rt_iextent_xref()
388 struct xfs_owner_info oinfo; in xchk_bmap_iextent_xref() local
410 xfs_rmap_inode_owner(&oinfo, info->sc->ip, in xchk_bmap_iextent_xref()
413 irec->br_blockcount, &oinfo); in xchk_bmap_iextent_xref()
422 xfs_rmap_inode_owner(&oinfo, info->sc->ip, in xchk_bmap_iextent_xref()
425 &oinfo); in xchk_bmap_iextent_xref()
587 struct xfs_owner_info oinfo; in xchk_bmap_btree() local
603 xfs_rmap_inode_bmbt_owner(&oinfo, ip, whichfork); in xchk_bmap_btree()
[all …]
H A Drmap.c588 const struct xfs_owner_info *oinfo) in xchk_xref_is_only_owned_by() argument
596 error = xfs_rmap_count_owners(sc->sa.rmap_cur, bno, len, oinfo, &res); in xchk_xref_is_only_owned_by()
613 const struct xfs_owner_info *oinfo) in xchk_xref_is_not_owned_by() argument
621 error = xfs_rmap_count_owners(sc->sa.rmap_cur, bno, len, oinfo, &res); in xchk_xref_is_not_owned_by()
H A Dbtree.c409 xchk_xref_is_only_owned_by(bs->sc, agbno, 1, bs->oinfo); in xchk_btree_check_block_owner()
686 const struct xfs_owner_info *oinfo, in xchk_btree() argument
716 bs->oinfo = oinfo; in xchk_btree()
H A Dalloc_repair.c558 ra->new_bnobt.oinfo.oi_owner); in xrep_abt_dispose_one()
561 &ra->new_bnobt.oinfo, XFS_AG_RESV_IGNORE, true); in xrep_abt_dispose_one()
H A Dcow_repair.c429 .oinfo = XFS_RMAP_OINFO_SKIP_UPDATE, in xrep_cow_alloc()
H A Dtrace.h2752 xfs_owner_info_unpack(&p->oinfo, &__entry->owner,
/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h57 struct xfs_owner_info oinfo; /* owner of blocks being allocated */ member
83 const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type);
149 const struct xfs_owner_info *oinfo, /* extent owner */
159 const struct xfs_owner_info *oinfo, in xfs_free_extent() argument
162 return __xfs_free_extent(tp, pag, agbno, len, oinfo, type, false); in xfs_free_extent()
234 xfs_filblks_t len, const struct xfs_owner_info *oinfo,
/linux/fs/ocfs2/
H A Dquota.h110 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
111 void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
/linux/drivers/regulator/
H A Dti-abb-regulator.c308 struct ti_abb_info *info, *oinfo; in ti_abb_set_voltage_sel() local
347 oinfo = &abb->info[abb->current_info_idx]; in ti_abb_set_voltage_sel()
348 if (!memcmp(info, oinfo, sizeof(*info))) { in ti_abb_set_voltage_sel()
/linux/sound/usb/caiaq/
H A Daudio.c644 struct snd_usb_caiaq_cb_info *oinfo = out->context; in read_completed() local
645 clear_bit(oinfo->index, &cdev->outurb_active_mask); in read_completed()
/linux/fs/xfs/
H A Dxfs_trace.h3196 const struct xfs_owner_info *oinfo),
3197 TP_ARGS(cur, gbno, len, unwritten, oinfo),
3214 __entry->owner = oinfo->oi_owner;
3215 __entry->offset = oinfo->oi_offset;
3216 __entry->flags = oinfo->oi_flags;
3234 const struct xfs_owner_info *oinfo), \
3235 TP_ARGS(cur, gbno, len, unwritten, oinfo))