Home
last modified time | relevance | path

Searched defs:oinfo (Results 1 – 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
Dquota_global.c117 struct ocfs2_mem_dqinfo *oinfo = in ocfs2_global_is_id() local
170 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; in ocfs2_quota_read() local
220 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_quota_write() local
298 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_lock_global_qf()
321 void ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_unlock_global_qf()
345 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_global_read_info() local
420 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in __ocfs2_global_write_info() local
464 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; in ocfs2_global_qinit_alloc() local
601 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; in ocfs2_sync_dquot_helper() local
638 struct ocfs2_mem_dqinfo *oinfo = container_of(work, in qsync_work_fn() local
[all …]
Dquota_local.c282 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in olq_update_info() local
463 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; in ocfs2_recover_local_quota_file() local
687 struct ocfs2_mem_dqinfo *oinfo; in ocfs2_local_read_info() local
810 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_local_free_info() local
923 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_find_free_entry() local
966 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_local_quota_add_chunk() local
1097 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_extend_local_quota_file() local
Dsuper.c890 struct ocfs2_mem_dqinfo *oinfo; in ocfs2_susp_quotas() local
951 struct ocfs2_mem_dqinfo *oinfo; in ocfs2_disable_quotas() local
Ddlmglue.c4154 struct ocfs2_mem_dqinfo *oinfo = ocfs2_lock_res_qinfo(lockres); in ocfs2_set_qinfo_lvb() local
4168 void ocfs2_qinfo_unlock(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_qinfo_unlock()
4178 static int ocfs2_refresh_qinfo(struct ocfs2_mem_dqinfo *oinfo) in ocfs2_refresh_qinfo()
4223 int ocfs2_qinfo_lock(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_qinfo_lock()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Drmap.c178 const struct xfs_owner_info *oinfo, in xchk_xref_check_owner()
201 const struct xfs_owner_info *oinfo) in xchk_xref_is_owned_by()
212 const struct xfs_owner_info *oinfo) in xchk_xref_is_not_owned_by()
Drepair.c287 const struct xfs_owner_info *oinfo, in xrep_alloc_ag_block()
529 const struct xfs_owner_info *oinfo, in xrep_reap_block()
601 const struct xfs_owner_info *oinfo, in xrep_reap_extents()
Dbtree.h37 const struct xfs_owner_info *oinfo; member
Dcommon.c318 const struct xfs_owner_info *oinfo; member
352 const struct xfs_owner_info *oinfo, in xchk_count_rmap_ownedby_ag()
Dbmap.c448 struct xfs_owner_info oinfo; in xchk_bmap_btree() local
Dbtree.c600 const struct xfs_owner_info *oinfo, in xchk_btree()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_rmap.c484 const struct xfs_owner_info *oinfo) in xfs_rmap_unmap()
700 const struct xfs_owner_info *oinfo) in xfs_rmap_free()
756 const struct xfs_owner_info *oinfo) in xfs_rmap_map()
954 const struct xfs_owner_info *oinfo) in xfs_rmap_alloc()
992 const struct xfs_owner_info *oinfo) in xfs_rmap_convert()
1488 const struct xfs_owner_info *oinfo) in xfs_rmap_convert_shared()
1912 const struct xfs_owner_info *oinfo) in xfs_rmap_unmap_shared()
2099 const struct xfs_owner_info *oinfo) in xfs_rmap_map_shared()
2249 struct xfs_owner_info oinfo; in xfs_rmap_map_raw() local
2369 struct xfs_owner_info oinfo; in xfs_rmap_finish_one() local
[all …]
Dxfs_rmap.h83 const struct xfs_owner_info *oinfo, in xfs_owner_info_unpack()
101 struct xfs_owner_info *oinfo, in xfs_owner_info_pack()
Dxfs_alloc.h76 struct xfs_owner_info oinfo; /* owner of blocks being allocated */ member
180 const struct xfs_owner_info *oinfo, in xfs_free_extent()
Dxfs_alloc.c1884 const struct xfs_owner_info *oinfo, in xfs_free_ag_extent()
2334 struct xfs_owner_info *oinfo) in xfs_free_agfl_block()
2457 struct xfs_owner_info *oinfo) in xfs_defer_agfl_block()
3275 const struct xfs_owner_info *oinfo, in __xfs_free_extent()
Dxfs_refcount.c919 struct xfs_owner_info *oinfo) in xfs_refcount_adjust_extents()
1051 struct xfs_owner_info *oinfo) in xfs_refcount_adjust()
Dxfs_bmap.h248 const struct xfs_owner_info *oinfo) in xfs_bmap_add_free()
Dxfs_bmap_btree.c286 struct xfs_owner_info oinfo; in xfs_bmbt_free_block() local
Dxfs_bmap.c534 const struct xfs_owner_info *oinfo, in __xfs_bmap_add_free()
598 struct xfs_owner_info oinfo; in xfs_bmap_btree_to_extents() local
/kernel/linux/linux-5.10/drivers/regulator/
Dti-abb-regulator.c317 struct ti_abb_info *info, *oinfo; in ti_abb_set_voltage_sel() local
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_extfree_item.c361 const struct xfs_owner_info *oinfo, in xfs_trans_free_extent()
/kernel/linux/linux-5.10/sound/usb/caiaq/
Daudio.c668 struct snd_usb_caiaq_cb_info *oinfo = out->context; in read_completed() local
/kernel/linux/linux-5.10/drivers/mtd/
Dmtdchar.c944 struct otp_info oinfo; in mtdchar_ioctl() local