| /linux/fs/xfs/scrub/ |
| H A D | reap.h | 13 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 D | newbt.h | 48 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 D | rtrmap.c | 253 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 D | btree.h | 44 const struct xfs_owner_info *oinfo; member 67 xchk_btree_rec_fn scrub_fn, const struct xfs_owner_info *oinfo,
|
| H A D | scrub.h | 314 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 D | bmap.c | 327 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 D | rmap.c | 588 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 D | btree.c | 409 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 D | alloc_repair.c | 558 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 D | cow_repair.c | 429 .oinfo = XFS_RMAP_OINFO_SKIP_UPDATE, in xrep_cow_alloc()
|
| H A D | trace.h | 2752 xfs_owner_info_unpack(&p->oinfo, &__entry->owner,
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_alloc.h | 57 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 D | quota.h | 110 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 D | ti-abb-regulator.c | 308 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 D | audio.c | 644 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 D | xfs_trace.h | 3196 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))
|