Searched defs:oinfo (Results 1 - 24 of 24) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dbtree.h44 const struct xfs_owner_info *oinfo; member in struct:xchk_btree
H A Dnewbt.h48 struct xfs_owner_info oinfo; member in struct:xrep_newbt
H A Drmap.c584 xchk_xref_is_only_owned_by( struct xfs_scrub *sc, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo) argument
609 xchk_xref_is_not_owned_by( struct xfs_scrub *sc, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo) argument
H A Dreap.c91 const struct xfs_owner_info *oinfo; member in struct:xreap_state
512 xrep_reap_agblocks( struct xfs_scrub *sc, struct xagb_bitmap *bitmap, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type) argument
625 xrep_reap_fsblocks( struct xfs_scrub *sc, struct xfsb_bitmap *bitmap, const struct xfs_owner_info *oinfo) argument
[all...]
H A Dnewbt.c84 xrep_newbt_init_ag( struct xrep_newbt *xnr, struct xfs_scrub *sc, const struct xfs_owner_info *oinfo, xfs_fsblock_t alloc_hint, enum xfs_ag_resv_type resv) argument
103 xrep_newbt_init_inode( struct xrep_newbt *xnr, struct xfs_scrub *sc, int whichfork, const struct xfs_owner_info *oinfo) argument
[all...]
H A Dbmap.c328 struct xfs_owner_info oinfo; local
527 struct xfs_owner_info oinfo; local
H A Dbtree.c677 xchk_btree( struct xfs_scrub *sc, struct xfs_btree_cur *cur, xchk_btree_rec_fn scrub_fn, const struct xfs_owner_info *oinfo, void *private) argument
H A Dbmap_repair.c619 struct xfs_owner_info oinfo; local
703 struct xfs_owner_info oinfo; local
H A Dcommon.c358 const struct xfs_owner_info *oinfo; member in struct:xchk_rmap_ownedby_info
389 xchk_count_rmap_ownedby_ag( struct xfs_scrub *sc, struct xfs_btree_cur *cur, const struct xfs_owner_info *oinfo, xfs_filblks_t *blocks) argument
H A Drmap_repair.c410 struct xfs_owner_info oinfo; local
281 xrep_rmap_stash_bitmap( struct xrep_rmap *rr, struct xagb_bitmap *bitmap, const struct xfs_owner_info *oinfo) argument
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h56 struct xfs_owner_info oinfo; /* owner of blocks being allocated */ member in struct:xfs_alloc_arg
153 xfs_free_extent( struct xfs_trans *tp, struct xfs_perag *pag, xfs_agblock_t agbno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type) argument
H A Dxfs_rmap.h85 xfs_owner_info_unpack( const struct xfs_owner_info *oinfo, uint64_t *owner, uint64_t *offset, unsigned int *flags) argument
103 xfs_owner_info_pack( struct xfs_owner_info *oinfo, uint64_t owner, uint64_t offset, unsigned int flags) argument
249 struct xfs_owner_info oinfo; member in struct:xfs_rmap_update_params
[all...]
H A Dxfs_bmap_btree.c280 struct xfs_owner_info oinfo; local
H A Dxfs_rmap.c615 xfs_rmap_unmap( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, bool unwritten, const struct xfs_owner_info *oinfo) argument
852 xfs_rmap_update_hook( struct xfs_trans *tp, struct xfs_perag *pag, enum xfs_rmap_intent_type op, xfs_agblock_t startblock, xfs_extlen_t blockcount, bool unwritten, const struct xfs_owner_info *oinfo) argument
908 xfs_rmap_free( struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_perag *pag, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo) argument
965 xfs_rmap_map( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, bool unwritten, const struct xfs_owner_info *oinfo) argument
1160 xfs_rmap_alloc( struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_perag *pag, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo) argument
1200 xfs_rmap_convert( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, bool unwritten, const struct xfs_owner_info *oinfo) argument
1712 xfs_rmap_convert_shared( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, bool unwritten, const struct xfs_owner_info *oinfo) argument
2148 xfs_rmap_unmap_shared( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, bool unwritten, const struct xfs_owner_info *oinfo) argument
2343 xfs_rmap_map_shared( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, bool unwritten, const struct xfs_owner_info *oinfo) argument
2500 struct xfs_owner_info oinfo; local
2594 __xfs_rmap_finish_intent( struct xfs_btree_cur *rcur, enum xfs_rmap_intent_type op, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, bool unwritten) argument
2641 struct xfs_owner_info oinfo; local
2937 xfs_rmap_ownercount_init( struct xfs_rmap_ownercount *roc, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, struct xfs_rmap_matches *results) argument
3017 xfs_rmap_count_owners( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, struct xfs_rmap_matches *results) argument
3048 xfs_rmap_has_other_keys( struct xfs_btree_cur *cur, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, bool *has_other) argument
[all...]
H A Dxfs_alloc.c1938 xfs_free_ag_extent( struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type) argument
2428 xfs_free_agfl_block( struct xfs_trans *tp, xfs_agnumber_t agno, xfs_agblock_t agbno, struct xfs_buf *agbp, struct xfs_owner_info *oinfo) argument
2552 xfs_defer_agfl_block( struct xfs_trans *tp, xfs_agnumber_t agno, xfs_agblock_t agbno, struct xfs_owner_info *oinfo) argument
2587 xfs_defer_extent_free( struct xfs_trans *tp, xfs_fsblock_t bno, xfs_filblks_t len, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type, bool skip_discard, struct xfs_defer_pending **dfpp) argument
2647 xfs_free_extent_later( struct xfs_trans *tp, xfs_fsblock_t bno, xfs_filblks_t len, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type, bool skip_discard) argument
3933 __xfs_free_extent( struct xfs_trans *tp, struct xfs_perag *pag, xfs_agblock_t agbno, xfs_extlen_t len, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type, bool skip_discard) argument
[all...]
H A Dxfs_bmap.c575 struct xfs_owner_info oinfo; local
/linux-master/sound/usb/caiaq/
H A Daudio.c668 struct snd_usb_caiaq_cb_info *oinfo = out->context; local
/linux-master/drivers/regulator/
H A Dti-abb-regulator.c308 struct ti_abb_info *info, *oinfo; local
/linux-master/fs/ocfs2/
H A Dquota_global.c117 struct ocfs2_mem_dqinfo *oinfo = local
170 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; local
220 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; local
298 int ocfs2_lock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex) argument
321 ocfs2_unlock_global_qf(struct ocfs2_mem_dqinfo *oinfo, int ex) argument
344 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; local
420 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; local
467 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; local
604 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; local
644 struct ocfs2_mem_dqinfo *oinfo = container_of(work, local
694 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; local
730 struct ocfs2_mem_dqinfo *oinfo = local
929 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; local
984 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; local
[all...]
H A Dquota_local.c282 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; local
463 struct ocfs2_mem_dqinfo *oinfo = sb_dqinfo(sb, type)->dqi_priv; local
690 struct ocfs2_mem_dqinfo *oinfo; local
813 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; local
923 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; local
966 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; local
1097 struct ocfs2_mem_dqinfo *oinfo = info->dqi_priv; local
[all...]
H A Dsuper.c887 struct ocfs2_mem_dqinfo *oinfo; local
948 struct ocfs2_mem_dqinfo *oinfo; local
H A Ddlmglue.c4174 struct ocfs2_mem_dqinfo *oinfo = ocfs2_lock_res_qinfo(lockres); local
4188 void ocfs2_qinfo_unlock(struct ocfs2_mem_dqinfo *oinfo, int ex) argument
4198 ocfs2_refresh_qinfo(struct ocfs2_mem_dqinfo *oinfo) argument
4243 ocfs2_qinfo_lock(struct ocfs2_mem_dqinfo *oinfo, int ex) argument
[all...]
/linux-master/drivers/mtd/
H A Dmtdchar.c1142 struct otp_info oinfo; local
/linux-master/fs/xfs/
H A Dxfs_extfree_item.c449 struct xfs_owner_info oinfo = { }; local
530 struct xfs_owner_info oinfo = { }; local

Completed in 556 milliseconds