Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A 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()
344 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_global_read_info() local
423 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in __ocfs2_global_write_info() local
470 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; in ocfs2_global_qinit_alloc() local
607 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; in ocfs2_sync_dquot_helper() local
647 struct ocfs2_mem_dqinfo *oinfo = container_of(work, in qsync_work_fn() local
[all …]
H A 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
690 struct ocfs2_mem_dqinfo *oinfo; in ocfs2_local_read_info() local
817 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_local_free_info() local
928 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_find_free_entry() local
971 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_local_quota_add_chunk() local
1102 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; in ocfs2_extend_local_quota_file() local
H A Ddlmglue.c4171 struct ocfs2_mem_dqinfo *oinfo = ocfs2_lock_res_qinfo(lockres); in ocfs2_set_qinfo_lvb() local
4185 void ocfs2_qinfo_unlock(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_qinfo_unlock()
4195 static int ocfs2_refresh_qinfo(struct ocfs2_mem_dqinfo *oinfo) in ocfs2_refresh_qinfo()
4240 int ocfs2_qinfo_lock(struct ocfs2_mem_dqinfo *oinfo, int ex) in ocfs2_qinfo_lock()
/linux/fs/xfs/libxfs/
H A Dxfs_rmap.c680 const struct xfs_owner_info *oinfo) in xfs_rmap_unmap()
913 const struct xfs_owner_info *oinfo) in xfs_rmap_update_hook()
968 const struct xfs_owner_info *oinfo) in xfs_rmap_free()
1025 const struct xfs_owner_info *oinfo) in xfs_rmap_map()
1213 const struct xfs_owner_info *oinfo) in xfs_rmap_alloc()
1253 const struct xfs_owner_info *oinfo) in xfs_rmap_convert()
1751 const struct xfs_owner_info *oinfo) in xfs_rmap_convert_shared()
2183 const struct xfs_owner_info *oinfo) in xfs_rmap_unmap_shared()
2375 const struct xfs_owner_info *oinfo) in xfs_rmap_map_shared()
2524 struct xfs_owner_info oinfo; in xfs_rmap_map_raw() local
[all …]
H A Dxfs_rmap.h87 const struct xfs_owner_info *oinfo, in xfs_owner_info_unpack()
105 struct xfs_owner_info *oinfo, in xfs_owner_info_pack()
258 struct xfs_owner_info oinfo; member
H A Dxfs_alloc.h57 struct xfs_owner_info oinfo; /* owner of blocks being allocated */ member
159 const struct xfs_owner_info *oinfo, in xfs_free_extent()
H A Dxfs_alloc.c2046 const struct xfs_owner_info *oinfo, in xfs_free_ag_extent()
2639 const struct xfs_owner_info *oinfo, in xfs_defer_extent_free()
2693 const struct xfs_owner_info *oinfo, in xfs_free_extent_later()
3986 const struct xfs_owner_info *oinfo, in __xfs_free_extent()
H A Dxfs_bmap_btree.c280 struct xfs_owner_info oinfo; in xfs_bmbt_free_block() local
H A Dxfs_bmap.c577 struct xfs_owner_info oinfo; in xfs_bmap_btree_to_extents() local
H A Dxfs_btree.c5634 struct xfs_owner_info oinfo; in xfs_btree_free_metafile_block() local
/linux/fs/xfs/scrub/
H A Dreap.c95 const struct xfs_owner_info *oinfo; member
552 const struct xfs_owner_info *oinfo, in xrep_reap_agblocks()
665 const struct xfs_owner_info *oinfo) in xrep_reap_fsblocks()
883 const struct xfs_owner_info *oinfo) in xrep_reap_rtblocks()
920 struct xfs_owner_info oinfo; in xrep_reap_metadir_fsblocks() local
961 struct xfs_owner_info oinfo; in xreap_bmapi_select() local
H A Dnewbt.c89 const struct xfs_owner_info *oinfo, in xrep_newbt_init_ag()
109 const struct xfs_owner_info *oinfo) in xrep_newbt_init_inode()
135 struct xfs_owner_info oinfo; in xrep_newbt_init_metadir_inode() local
H A Drtrmap.c248 struct xfs_owner_info oinfo; in xchk_rtrmapbt() local
306 const struct xfs_owner_info *oinfo) in xchk_xref_is_only_rt_owned_by()
H A Dbmap.c327 struct xfs_owner_info oinfo; in xchk_bmap_rt_iextent_xref() local
388 struct xfs_owner_info oinfo; in xchk_bmap_iextent_xref() local
587 struct xfs_owner_info oinfo; in xchk_bmap_btree() local
H A Dbtree.h44 const struct xfs_owner_info *oinfo; member
H A Dnewbt.h48 struct xfs_owner_info oinfo; member
H A Dbmap_repair.c749 struct xfs_owner_info oinfo; in xrep_bmap_build_new_fork() local
833 struct xfs_owner_info oinfo; in xrep_bmap_remove_old_tree() local
H A Dcommon.c377 const struct xfs_owner_info *oinfo; member
411 const struct xfs_owner_info *oinfo, in xchk_count_rmap_ownedby_ag()
H A Drmap_repair.c287 const struct xfs_owner_info *oinfo) in xrep_rmap_stash_bitmap()
413 struct xfs_owner_info oinfo; in xrep_rmap_scan_iroot_btree() local
H A Dbtree.c681 const struct xfs_owner_info *oinfo, in xchk_btree()
H A Dscrub.h344 # define xchk_xref_is_only_rt_owned_by(sc, bno, len, oinfo) do { } while (0) argument
H A Drtrmap_repair.c454 const struct xfs_owner_info *oinfo) in xrep_rtrmap_stash_bitmap()
/linux/drivers/regulator/
H A Dti-abb-regulator.c308 struct ti_abb_info *info, *oinfo; in ti_abb_set_voltage_sel() local
/linux/sound/usb/caiaq/
H A Daudio.c657 struct snd_usb_caiaq_cb_info *oinfo = out->context; in read_completed() local
/linux/drivers/mtd/
H A Dmtdchar.c1142 struct otp_info oinfo; in mtdchar_ioctl() local