Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/ocfs2/
A Dquota_global.c307 if (!oinfo->dqi_gqi_count++) in ocfs2_lock_global_qf()
308 oinfo->dqi_gqi_bh = bh; in ocfs2_lock_global_qf()
330 brelse(oinfo->dqi_gqi_bh); in ocfs2_unlock_global_qf()
333 oinfo->dqi_gqi_bh = NULL; in ocfs2_unlock_global_qf()
348 oinfo->dqi_gi.dqi_sb = sb; in ocfs2_global_read_info()
350 ocfs2_qinfo_lock_res_init(&oinfo->dqi_gqlock, oinfo); in ocfs2_global_read_info()
353 oinfo->dqi_gqi_bh = NULL; in ocfs2_global_read_info()
354 oinfo->dqi_gqi_count = 0; in ocfs2_global_read_info()
359 if (!oinfo->dqi_gqinode) { in ocfs2_global_read_info()
372 status = ocfs2_extent_map_get_blocks(oinfo->dqi_gqinode, 0, &oinfo->dqi_giblk, in ocfs2_global_read_info()
[all …]
A Dquota_local.c697 if (!oinfo) { in ocfs2_local_read_info()
702 info->dqi_priv = oinfo; in ocfs2_local_read_info()
705 oinfo->dqi_rec = NULL; in ocfs2_local_read_info()
733 oinfo->dqi_libh = bh; in ocfs2_local_read_info()
774 if (oinfo) { in ocfs2_local_read_info()
782 kfree(oinfo); in ocfs2_local_read_info()
842 if (oinfo->dqi_rec) { in ocfs2_local_free_info()
853 oinfo->dqi_libh, in ocfs2_local_free_info()
865 kfree(oinfo); in ocfs2_local_free_info()
1062 oinfo->dqi_chunks++; in ocfs2_local_quota_add_chunk()
[all …]
A Dquota.h111 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
112 void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex);
A Ddlmglue.c4174 oinfo->dqi_gi.dqi_type); in ocfs2_set_qinfo_lvb()
4180 lvb->lvb_syncms = cpu_to_be32(oinfo->dqi_syncms); in ocfs2_set_qinfo_lvb()
4188 struct ocfs2_lock_res *lockres = &oinfo->dqi_gqlock; in ocfs2_qinfo_unlock()
4199 oinfo->dqi_gi.dqi_type); in ocfs2_refresh_qinfo()
4200 struct ocfs2_lock_res *lockres = &oinfo->dqi_gqlock; in ocfs2_refresh_qinfo()
4210 oinfo->dqi_syncms = be32_to_cpu(lvb->lvb_syncms); in ocfs2_refresh_qinfo()
4213 oinfo->dqi_gi.dqi_free_entry = in ocfs2_refresh_qinfo()
4217 oinfo->dqi_giblk, &bh); in ocfs2_refresh_qinfo()
4229 oinfo->dqi_gi.dqi_free_entry = in ocfs2_refresh_qinfo()
4265 status = ocfs2_refresh_qinfo(oinfo); in ocfs2_qinfo_lock()
[all …]
A Ddlmglue.h178 int ocfs2_qinfo_lock(struct ocfs2_mem_dqinfo *oinfo, int ex);
179 void ocfs2_qinfo_unlock(struct ocfs2_mem_dqinfo *oinfo, int ex);
A Dsuper.c887 struct ocfs2_mem_dqinfo *oinfo; in ocfs2_susp_quotas() local
890 oinfo = sb_dqinfo(sb, type)->dqi_priv; in ocfs2_susp_quotas()
891 cancel_delayed_work_sync(&oinfo->dqi_sync_work); in ocfs2_susp_quotas()
948 struct ocfs2_mem_dqinfo *oinfo; in ocfs2_disable_quotas() local
955 oinfo = sb_dqinfo(sb, type)->dqi_priv; in ocfs2_disable_quotas()
956 cancel_delayed_work_sync(&oinfo->dqi_sync_work); in ocfs2_disable_quotas()
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_rmap.h85 const struct xfs_owner_info *oinfo, in xfs_owner_info_unpack() argument
92 *owner = oinfo->oi_owner; in xfs_owner_info_unpack()
93 *offset = oinfo->oi_offset; in xfs_owner_info_unpack()
103 struct xfs_owner_info *oinfo, in xfs_owner_info_pack() argument
108 oinfo->oi_owner = owner; in xfs_owner_info_pack()
109 oinfo->oi_offset = XFS_RMAP_OFF(offset); in xfs_owner_info_pack()
110 oinfo->oi_flags = 0; in xfs_owner_info_pack()
112 oinfo->oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_owner_info_pack()
114 oinfo->oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_owner_info_pack()
119 const struct xfs_owner_info *oinfo);
[all …]
A Dxfs_alloc.h55 struct xfs_owner_info oinfo; /* owner of blocks being allocated */ member
146 const struct xfs_owner_info *oinfo, /* extent owner */
155 const struct xfs_owner_info *oinfo, in xfs_free_extent() argument
158 return __xfs_free_extent(tp, bno, len, oinfo, type, false); in xfs_free_extent()
226 xfs_filblks_t len, const struct xfs_owner_info *oinfo,
250 const struct xfs_owner_info *oinfo) in xfs_free_extent_later() argument
252 __xfs_free_extent_later(tp, bno, len, oinfo, false); in xfs_free_extent_later()
A Dxfs_rmap.c561 unwritten, oinfo); in xfs_rmap_unmap()
734 unwritten, oinfo); in xfs_rmap_unmap()
829 unwritten, oinfo); in xfs_rmap_map()
981 unwritten, oinfo); in xfs_rmap_map()
1059 unwritten, oinfo); in xfs_rmap_convert()
1507 unwritten, oinfo); in xfs_rmap_convert()
1548 unwritten, oinfo); in xfs_rmap_convert_shared()
1922 unwritten, oinfo); in xfs_rmap_convert_shared()
2291 oinfo.oi_flags = 0; in xfs_rmap_map_raw()
2301 &oinfo); in xfs_rmap_map_raw()
[all …]
A Dxfs_alloc.c1817 const struct xfs_owner_info *oinfo, in xfs_free_ag_extent() argument
2269 struct xfs_owner_info *oinfo) in xfs_free_agfl_block() argument
2392 struct xfs_owner_info *oinfo) in xfs_defer_agfl_block() argument
2398 ASSERT(oinfo != NULL); in xfs_defer_agfl_block()
2404 xefi->xefi_owner = oinfo->oi_owner; in xfs_defer_agfl_block()
2420 const struct xfs_owner_info *oinfo, in __xfs_free_extent_later() argument
2448 if (oinfo) { in __xfs_free_extent_later()
2449 ASSERT(oinfo->oi_offset == 0); in __xfs_free_extent_later()
2455 xefi->xefi_owner = oinfo->oi_owner; in __xfs_free_extent_later()
2616 targs.oinfo = XFS_RMAP_OINFO_AG; in xfs_alloc_fix_freelist()
[all …]
A Dxfs_bmap_btree.c210 xfs_rmap_ino_bmbt_owner(&args.oinfo, cur->bc_ino.ip->i_ino, in xfs_bmbt_alloc_block()
270 struct xfs_owner_info oinfo; in xfs_bmbt_free_block() local
272 xfs_rmap_ino_bmbt_owner(&oinfo, ip->i_ino, cur->bc_ino.whichfork); in xfs_bmbt_free_block()
273 xfs_free_extent_later(cur->bc_tp, fsbno, 1, &oinfo); in xfs_bmbt_free_block()
A Dxfs_refcount_btree.c71 args.oinfo = XFS_RMAP_OINFO_REFC; in xfs_refcountbt_alloc_block()
/linux-6.3-rc2/fs/xfs/scrub/
A Drmap.c178 const struct xfs_owner_info *oinfo, in xchk_xref_check_owner() argument
187 error = xfs_rmap_record_exists(sc->sa.rmap_cur, bno, len, oinfo, in xchk_xref_check_owner()
201 const struct xfs_owner_info *oinfo) in xchk_xref_is_owned_by() argument
203 xchk_xref_check_owner(sc, bno, len, oinfo, true); in xchk_xref_is_owned_by()
212 const struct xfs_owner_info *oinfo) in xchk_xref_is_not_owned_by() argument
214 xchk_xref_check_owner(sc, bno, len, oinfo, false); in xchk_xref_is_not_owned_by()
A Dbtree.h37 const struct xfs_owner_info *oinfo; member
59 xchk_btree_rec_fn scrub_fn, const struct xfs_owner_info *oinfo,
A Drepair.c301 const struct xfs_owner_info *oinfo, in xrep_alloc_ag_block() argument
330 args.oinfo = *oinfo; in xrep_alloc_ag_block()
550 const struct xfs_owner_info *oinfo, in xrep_reap_block() argument
577 error = xfs_rmap_has_other_keys(cur, agbno, 1, oinfo, &has_other_rmap); in xrep_reap_block()
597 1, oinfo); in xrep_reap_block()
601 error = xfs_free_extent(sc->tp, fsbno, 1, oinfo, resv); in xrep_reap_block()
622 const struct xfs_owner_info *oinfo, in xrep_reap_extents() argument
639 error = xrep_reap_block(sc, fsbno, oinfo, type); in xrep_reap_extents()
A Drepair.h27 const struct xfs_owner_info *oinfo, xfs_fsblock_t *fsbno,
38 const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type);
A Dcommon.c322 const struct xfs_owner_info *oinfo; member
337 oinfo_attr = sroi->oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK; in xchk_count_rmap_ownedby_irec()
339 if (rec->rm_owner != sroi->oinfo->oi_owner) in xchk_count_rmap_ownedby_irec()
356 const struct xfs_owner_info *oinfo, in xchk_count_rmap_ownedby_ag() argument
360 .oinfo = oinfo, in xchk_count_rmap_ownedby_ag()
A Dscrub.h156 xfs_extlen_t len, const struct xfs_owner_info *oinfo);
158 xfs_extlen_t len, const struct xfs_owner_info *oinfo);
A Dbtree.c392 xchk_xref_is_owned_by(bs->sc, agbno, 1, bs->oinfo); in xchk_btree_check_block_owner()
629 const struct xfs_owner_info *oinfo, in xchk_btree() argument
659 bs->oinfo = oinfo; in xchk_btree()
A Dcommon.h132 const struct xfs_owner_info *oinfo, xfs_filblks_t *blocks);
A Dbmap.c489 struct xfs_owner_info oinfo; in xchk_bmap_btree() local
505 xfs_rmap_ino_bmbt_owner(&oinfo, ip->i_ino, whichfork); in xchk_bmap_btree()
506 error = xchk_btree(sc, cur, xchk_bmapbt_rec, &oinfo, info); in xchk_bmap_btree()
/linux-6.3-rc2/fs/xfs/
A Dxfs_extfree_item.c350 struct xfs_owner_info oinfo = { }; in xfs_trans_free_extent() local
360 oinfo.oi_owner = xefi->xefi_owner; in xfs_trans_free_extent()
362 oinfo.oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_trans_free_extent()
364 oinfo.oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_trans_free_extent()
370 xefi->xefi_blockcount, &oinfo, XFS_AG_RESV_NONE, in xfs_trans_free_extent()
522 struct xfs_owner_info oinfo = { }; in xfs_agfl_free_finish_item() local
538 oinfo.oi_owner = xefi->xefi_owner; in xfs_agfl_free_finish_item()
545 error = xfs_free_agfl_block(tp, agno, agbno, agbp, &oinfo); in xfs_agfl_free_finish_item()
/linux-6.3-rc2/drivers/mtd/
A Dmtdchar.c1142 struct otp_info oinfo; in mtdchar_ioctl() local
1146 if (copy_from_user(&oinfo, argp, sizeof(oinfo))) in mtdchar_ioctl()
1149 ret = mtd_lock_user_prot_reg(mtd, oinfo.start, oinfo.length); in mtdchar_ioctl()
1151 ret = mtd_erase_user_prot_reg(mtd, oinfo.start, oinfo.length); in mtdchar_ioctl()
/linux-6.3-rc2/drivers/regulator/
A Dti-abb-regulator.c309 struct ti_abb_info *info, *oinfo; in ti_abb_set_voltage_sel() local
348 oinfo = &abb->info[abb->current_info_idx]; in ti_abb_set_voltage_sel()
349 if (!memcmp(info, oinfo, sizeof(*info))) { in ti_abb_set_voltage_sel()
/linux-6.3-rc2/sound/usb/caiaq/
A Daudio.c668 struct snd_usb_caiaq_cb_info *oinfo = out->context; in read_completed() local
669 clear_bit(oinfo->index, &cdev->outurb_active_mask); in read_completed()

Completed in 63 milliseconds

12