/linux-5.19.10/fs/xfs/ |
D | xfs_buf.h | 21 struct xfs_buf; 123 void (*verify_read)(struct xfs_buf *); 124 void (*verify_write)(struct xfs_buf *); 125 xfs_failaddr_t (*verify_struct)(struct xfs_buf *bp); 128 struct xfs_buf { struct 199 struct xfs_buf *xfs_buf_incore(struct xfs_buftarg *target, argument 204 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp); 206 int nmaps, xfs_buf_flags_t flags, struct xfs_buf **bpp, 217 struct xfs_buf **bpp) in xfs_buf_get() 230 struct xfs_buf **bpp, in xfs_buf_read() [all …]
|
D | xfs_buf_item.h | 11 struct xfs_buf; 41 struct xfs_buf *bli_buf; /* real buffer pointer */ 50 int xfs_buf_item_init(struct xfs_buf *, struct xfs_mount *); 51 void xfs_buf_item_done(struct xfs_buf *bp); 52 void xfs_buf_item_relse(struct xfs_buf *); 56 void xfs_buf_inode_iodone(struct xfs_buf *); 57 void xfs_buf_inode_io_fail(struct xfs_buf *bp); 59 void xfs_buf_dquot_iodone(struct xfs_buf *); 60 void xfs_buf_dquot_io_fail(struct xfs_buf *bp); 62 static inline void xfs_buf_dquot_iodone(struct xfs_buf *bp) in xfs_buf_dquot_iodone() [all …]
|
D | xfs_trans.h | 12 struct xfs_buf; 39 struct xfs_buf *li_buf; /* real buffer pointer */ 174 struct xfs_buf **bpp); 183 struct xfs_buf **bpp) in xfs_trans_get_buf() 194 struct xfs_buf **bpp, 205 struct xfs_buf **bpp, in xfs_trans_read_buf() 213 struct xfs_buf *xfs_trans_getsb(struct xfs_trans *); 215 void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *); 216 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *); 217 void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *); [all …]
|
D | xfs_buf.c | 53 static int __xfs_buf_submit(struct xfs_buf *bp, bool wait); 57 struct xfs_buf *bp) in xfs_buf_submit() 64 struct xfs_buf *bp) in xfs_buf_is_vmapped() 78 struct xfs_buf *bp) in xfs_buf_vmap_len() 98 struct xfs_buf *bp) in xfs_buf_ioacct_inc() 118 struct xfs_buf *bp) in __xfs_buf_ioacct_dec() 130 struct xfs_buf *bp) in xfs_buf_ioacct_dec() 147 struct xfs_buf *bp) in xfs_buf_stale() 180 struct xfs_buf *bp, in xfs_buf_get_maps() 203 struct xfs_buf *bp) in xfs_buf_free_maps() [all …]
|
D | xfs_trans_buf.c | 22 STATIC struct xfs_buf * 63 struct xfs_buf *bp, in _xfs_trans_bjoin() 100 struct xfs_buf *bp) in xfs_trans_bjoin() 122 struct xfs_buf **bpp) in xfs_trans_get_buf_map() 124 struct xfs_buf *bp; in xfs_trans_get_buf_map() 171 struct xfs_buf * 175 struct xfs_buf *bp = tp->t_mountp->m_sb_bp; in xfs_trans_getsb() 218 struct xfs_buf **bpp, in xfs_trans_read_buf_map() 221 struct xfs_buf *bp = NULL; in xfs_trans_read_buf_map() 322 struct xfs_buf *bp) in xfs_trans_buf_is_dirty() [all …]
|
/linux-5.19.10/fs/xfs/libxfs/ |
D | xfs_dir2_priv.h | 54 struct xfs_buf **bpp); 60 struct xfs_buf *lbp, struct xfs_buf *dbp); 73 extern void xfs_dir3_data_check(struct xfs_inode *dp, struct xfs_buf *bp); 79 struct xfs_buf *bp); 81 xfs_dablk_t bno, unsigned int flags, struct xfs_buf **bpp); 90 struct xfs_buf **bpp); 98 xfs_dablk_t fbno, struct xfs_buf **bpp); 100 xfs_dablk_t fbno, struct xfs_buf **bpp); 102 struct xfs_buf *dbp); 105 struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_buf *bp); [all …]
|
D | xfs_attr_leaf.h | 57 int xfs_attr_shortform_allfit(struct xfs_buf *bp, struct xfs_inode *dp); 66 int xfs_attr3_leaf_to_shortform(struct xfs_buf *bp, 78 int xfs_attr3_leaf_lookup_int(struct xfs_buf *leaf, 80 int xfs_attr3_leaf_getvalue(struct xfs_buf *bp, struct xfs_da_args *args); 81 int xfs_attr3_leaf_add(struct xfs_buf *leaf_buffer, 83 int xfs_attr3_leaf_remove(struct xfs_buf *leaf_buffer, 85 int xfs_attr3_leaf_list_int(struct xfs_buf *bp, 98 xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_buf *bp, int *count); 99 int xfs_attr_leaf_order(struct xfs_buf *leaf1_bp, 100 struct xfs_buf *leaf2_bp); [all …]
|
D | xfs_alloc.h | 9 struct xfs_buf; 55 struct xfs_buf *agbp; /* buffer for a.g. freelist header */ 113 struct xfs_buf *agbp, /* buffer containing the agf structure */ 123 struct xfs_buf *bp, /* buffer for a.g. freelist header */ 142 struct xfs_buf *agbp, /* buffer for a.g. freelist header */ 143 struct xfs_buf *agflbp,/* buffer for a.g. free block array */ 156 struct xfs_buf **bpp); /* buffer for the ag freelist header */ 210 xfs_agnumber_t agno, int flags, struct xfs_buf **bpp); 212 xfs_agnumber_t agno, struct xfs_buf **bpp); 214 struct xfs_buf *, struct xfs_owner_info *); [all …]
|
D | xfs_btree.h | 9 struct xfs_buf; 112 int (*free_block)(struct xfs_btree_cur *cur, struct xfs_buf *bp); 182 struct xfs_buf *agbp; 213 struct xfs_buf *bp; 293 struct xfs_btree_block *block, int level, struct xfs_buf *bp); 295 struct xfs_btree_block *block, int level, struct xfs_buf *bp); 305 struct xfs_buf *bp); /* buffer containing block, if any */ 363 struct xfs_buf **bpp, /* buffer for fsbno */ 396 struct xfs_buf *bp, 430 void xfs_btree_lblock_calc_crc(struct xfs_buf *); [all …]
|
D | xfs_ialloc.h | 9 struct xfs_buf; 30 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr() 62 struct xfs_buf *bp, /* allocation group header buffer */ 73 struct xfs_buf **bpp); /* allocation group hdr buf */ 106 xfs_agnumber_t agno, struct xfs_buf **bpp); 127 struct xfs_buf *agibp, xfs_agblock_t new_length);
|
D | xfs_da_btree.h | 116 struct xfs_buf *bp; /* buffer containing block */ 176 int level, struct xfs_buf **bpp, int whichfork); 198 xfs_dablk_t bno, struct xfs_buf **bpp, int whichfork); 200 xfs_daddr_t mappedbno, struct xfs_buf **bpp, 213 xfs_dablk_t bno, struct xfs_buf **bp, int whichfork); 215 xfs_dablk_t bno, unsigned int flags, struct xfs_buf **bpp, 221 struct xfs_buf *dead_buf);
|
D | xfs_dir2_leaf.c | 26 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp, 27 int *indexp, struct xfs_buf **dbpp, 30 struct xfs_buf *bp, int first, int last); 32 struct xfs_buf *bp); 102 struct xfs_buf *bp) in xfs_dir3_leaf1_check() 122 struct xfs_buf *bp) in xfs_dir3_leaf_check() 191 struct xfs_buf *bp) in xfs_dir3_leaf_verify() 207 struct xfs_buf *bp) in xfs_dir3_leaf_read_verify() 224 struct xfs_buf *bp) in xfs_dir3_leaf_write_verify() 269 struct xfs_buf **bpp) in xfs_dir3_leaf_read() [all …]
|
D | xfs_ialloc_btree.h | 13 struct xfs_buf; 50 struct xfs_trans *tp, struct xfs_buf *agbp, 73 struct xfs_btree_cur **curpp, struct xfs_buf **agi_bpp); 76 struct xfs_trans *tp, struct xfs_buf *agbp);
|
D | xfs_dir2.h | 67 struct xfs_buf *bp); 72 struct xfs_buf *bp, struct xfs_dir2_data_entry *dep); 74 struct xfs_buf *bp); 76 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup); 78 struct xfs_buf *bp, xfs_dir2_data_aoff_t offset, 81 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup,
|
D | xfs_symlink_remote.c | 41 struct xfs_buf *bp) in xfs_symlink_hdr_set() 70 struct xfs_buf *bp) in xfs_symlink_hdr_ok() 87 struct xfs_buf *bp) in xfs_symlink_verify() 113 struct xfs_buf *bp) in xfs_symlink_read_verify() 133 struct xfs_buf *bp) in xfs_symlink_write_verify() 167 struct xfs_buf *bp, in xfs_symlink_local_to_remote()
|
D | xfs_dir2_node.c | 27 static int xfs_dir2_leafn_add(struct xfs_buf *bp, xfs_da_args_t *args, 32 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, struct xfs_buf *bp, 62 struct xfs_buf *bp) in xfs_dir3_leafn_check() 82 struct xfs_buf *bp) in xfs_dir3_leaf_check() 100 struct xfs_buf *bp) in xfs_dir3_free_verify() 126 struct xfs_buf *bp) in xfs_dir3_free_read_verify() 143 struct xfs_buf *bp) in xfs_dir3_free_write_verify() 179 struct xfs_buf *bp) in xfs_dir3_free_header_check() 218 struct xfs_buf **bpp) in __xfs_dir3_free_read() 301 struct xfs_buf **bpp) in xfs_dir2_free_read() [all …]
|
D | xfs_shared.h | 15 struct xfs_buf; 137 uint32_t size, struct xfs_buf *bp); 139 uint32_t size, struct xfs_buf *bp); 140 void xfs_symlink_local_to_remote(struct xfs_trans *tp, struct xfs_buf *bp,
|
D | xfs_dquot_buf.c | 147 struct xfs_buf *bp, in xfs_dquot_buf_verify_crc() 182 struct xfs_buf *bp, in xfs_dquot_buf_verify() 231 struct xfs_buf *bp) in xfs_dquot_buf_verify_struct() 240 struct xfs_buf *bp) in xfs_dquot_buf_read_verify() 257 struct xfs_buf *bp) in xfs_dquot_buf_readahead_verify() 275 struct xfs_buf *bp) in xfs_dquot_buf_write_verify()
|
D | xfs_ialloc_btree.c | 49 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_inobt_set_root() 63 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_finobt_set_root() 78 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_inobt_mod_blockcount() 156 struct xfs_buf *bp, in __xfs_inobt_free_block() 168 struct xfs_buf *bp) in xfs_inobt_free_block() 176 struct xfs_buf *bp) in xfs_finobt_free_block() 277 struct xfs_buf *bp) in xfs_inobt_verify() 314 struct xfs_buf *bp) in xfs_inobt_read_verify() 332 struct xfs_buf *bp) in xfs_inobt_write_verify() 461 struct xfs_buf *agbp, in xfs_inobt_init_cursor() [all …]
|
D | xfs_refcount_btree.c | 40 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_set_root() 61 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_alloc_block() 102 struct xfs_buf *bp) in xfs_refcountbt_free_block() 105 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_free_block() 203 struct xfs_buf *bp) in xfs_refcountbt_verify() 232 struct xfs_buf *bp) in xfs_refcountbt_read_verify() 250 struct xfs_buf *bp) in xfs_refcountbt_write_verify() 348 struct xfs_buf *agbp, in xfs_refcountbt_init_cursor() 382 struct xfs_buf *agbp) in xfs_refcountbt_commit_staged_btree() 487 struct xfs_buf *agbp; in xfs_refcountbt_calc_reserves()
|
D | xfs_alloc_btree.h | 13 struct xfs_buf; 51 struct xfs_trans *tp, struct xfs_buf *bp, 61 struct xfs_trans *tp, struct xfs_buf *agbp);
|
D | xfs_refcount_btree.h | 13 struct xfs_buf; 49 struct xfs_trans *tp, struct xfs_buf *agbp, 66 struct xfs_trans *tp, struct xfs_buf *agbp);
|
D | xfs_dir2_block.c | 27 static void xfs_dir2_block_log_leaf(xfs_trans_t *tp, struct xfs_buf *bp, 29 static void xfs_dir2_block_log_tail(xfs_trans_t *tp, struct xfs_buf *bp); 30 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp, 48 struct xfs_buf *bp) in xfs_dir3_block_verify() 69 struct xfs_buf *bp) in xfs_dir3_block_read_verify() 86 struct xfs_buf *bp) in xfs_dir3_block_write_verify() 120 struct xfs_buf *bp) in xfs_dir3_block_header_check() 138 struct xfs_buf **bpp) in xfs_dir3_block_read() 166 struct xfs_buf *bp, in xfs_dir3_block_init() 301 struct xfs_buf *bp, in xfs_dir2_block_compact() [all …]
|
D | xfs_ag.c | 307 struct xfs_buf **bpp, in xfs_get_aghdr_buf() 310 struct xfs_buf *bp; in xfs_get_aghdr_buf() 336 struct xfs_buf *bp, in xfs_btroot_init() 346 struct xfs_buf *bp, in xfs_freesp_init_recs() 403 struct xfs_buf *bp, in xfs_bnoroot_init() 413 struct xfs_buf *bp, in xfs_cntroot_init() 426 struct xfs_buf *bp, in xfs_rmaproot_init() 505 struct xfs_buf *bp, in xfs_sbblock_init() 517 struct xfs_buf *bp, in xfs_agfblock_init() 565 struct xfs_buf *bp, in xfs_agflblock_init() [all …]
|
/linux-5.19.10/fs/xfs/scrub/ |
D | agheader_repair.c | 38 struct xfs_buf *bp; in xrep_superblock() 152 struct xfs_buf *agf_bp, in xrep_agf_find_btrees() 154 struct xfs_buf *agfl_bp) in xrep_agf_find_btrees() 193 struct xfs_buf *agf_bp, in xrep_agf_init_header() 251 struct xfs_buf *agf_bp) in xrep_agf_calc_from_btrees() 316 struct xfs_buf *agf_bp) in xrep_agf_commit_new() 377 struct xfs_buf *agf_bp; in xrep_agf() 378 struct xfs_buf *agfl_bp; in xrep_agf() 496 struct xfs_buf *agf_bp, in xrep_agfl_collect_blocks() 560 struct xfs_buf *agf_bp, in xrep_agfl_update_agf() [all …]
|