Home
last modified time | relevance | path

Searched refs:xfs_buf (Results 1 – 25 of 111) sorted by relevance

12345

/linux-6.3-rc2/fs/xfs/
A Dxfs_buf.h23 struct xfs_buf;
128 void (*verify_read)(struct xfs_buf *);
129 void (*verify_write)(struct xfs_buf *);
133 struct xfs_buf { struct
220 struct xfs_buf **bpp) in xfs_buf_incore()
232 struct xfs_buf **bpp) in xfs_buf_get()
245 struct xfs_buf **bpp, in xfs_buf_read()
271 void xfs_buf_hold(struct xfs_buf *bp);
274 extern void xfs_buf_rele(struct xfs_buf *);
290 extern int xfs_bwrite(struct xfs_buf *bp);
[all …]
A Dxfs_buf_item.h11 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 …]
A Dxfs_trans.h12 struct xfs_buf;
39 struct xfs_buf *li_buf; /* real buffer pointer */
177 struct xfs_buf **bpp);
186 struct xfs_buf **bpp) in xfs_trans_get_buf()
197 struct xfs_buf **bpp,
208 struct xfs_buf **bpp, in xfs_trans_read_buf()
216 struct xfs_buf *xfs_trans_getsb(struct xfs_trans *);
219 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
233 bool xfs_trans_buf_is_dirty(struct xfs_buf *bp);
245 void xfs_trans_buf_copy_type(struct xfs_buf *dst_bp,
[all …]
A Dxfs_buf.c58 struct xfs_buf *bp) in xfs_buf_submit()
65 struct xfs_buf *bp) in xfs_buf_is_vmapped()
79 struct xfs_buf *bp) in xfs_buf_vmap_len()
99 struct xfs_buf *bp) in xfs_buf_ioacct_inc()
119 struct xfs_buf *bp) in __xfs_buf_ioacct_dec()
131 struct xfs_buf *bp) in xfs_buf_ioacct_dec()
148 struct xfs_buf *bp) in xfs_buf_stale()
302 struct xfs_buf *bp = container_of(cb, struct xfs_buf, b_rcu); in xfs_buf_free_callback()
1422 struct xfs_buf *bp = (struct xfs_buf *)bio->bi_private; in xfs_buf_bio_end_io()
2124 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list); in xfs_buf_cmp()
[all …]
A Dxfs_trans_buf.c22 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 *
322 struct xfs_buf *bp) in xfs_trans_buf_is_dirty()
347 struct xfs_buf *bp) in xfs_trans_brelse()
404 struct xfs_buf *bp) in xfs_trans_bhold()
425 struct xfs_buf *bp) in xfs_trans_bhold_release()
[all …]
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_dir2_priv.h54 struct xfs_buf **bpp);
60 struct xfs_buf *lbp, struct xfs_buf *dbp);
79 struct xfs_buf *bp);
90 struct xfs_buf **bpp);
102 struct xfs_buf *dbp);
110 struct xfs_buf **bpp, uint16_t magic);
115 struct xfs_buf *bp);
120 struct xfs_buf *lbp);
137 struct xfs_buf *lbp);
139 struct xfs_buf *bp, int *count);
[all …]
A Dxfs_attr_leaf.h57 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 …]
A Dxfs_alloc.h9 struct xfs_buf;
36 struct xfs_buf *agbp; /* buffer for a.g. freelist header */
78 struct xfs_buf *agfbp, xfs_agblock_t *bnop, int btreeblk);
80 struct xfs_buf *agfbp, struct xfs_buf *agflbp,
96 struct xfs_buf *bp, /* buffer for a.g. freelist header */
183 struct xfs_buf **agfbpp);
185 struct xfs_buf **agfbpp);
187 struct xfs_buf **bpp);
189 struct xfs_buf *, struct xfs_owner_info *);
192 struct xfs_buf **agbp);
[all …]
A Dxfs_btree.h9 struct xfs_buf;
182 struct xfs_buf *agbp;
213 struct xfs_buf *bp;
363 struct xfs_buf **bpp, /* buffer for fsbno */
396 struct xfs_buf *bp,
430 void xfs_btree_lblock_calc_crc(struct xfs_buf *);
432 void xfs_btree_sblock_calc_crc(struct xfs_buf *);
530 int level, struct xfs_buf **bpp);
556 struct xfs_buf *bp; in xfs_btree_islastblock()
569 struct xfs_buf **bpp);
[all …]
A Dxfs_ialloc.h9 struct xfs_buf;
31 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
63 struct xfs_buf *bp, /* allocation group header buffer */
67 struct xfs_buf **agibpp);
69 struct xfs_buf **agibpp);
111 struct xfs_buf *agibp, xfs_agblock_t new_length);
A Dxfs_da_btree.h116 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);
A Dxfs_dir2_leaf.c32 struct xfs_buf *bp);
102 struct xfs_buf *bp) in xfs_dir3_leaf1_check()
122 struct xfs_buf *bp) in xfs_dir3_leaf_check()
196 struct xfs_buf *bp) in xfs_dir3_leaf_verify()
212 struct xfs_buf *bp) in xfs_dir3_leaf_read_verify()
229 struct xfs_buf *bp) in xfs_dir3_leaf_write_verify()
274 struct xfs_buf **bpp) in xfs_dir3_leaf_read()
290 struct xfs_buf **bpp) in xfs_dir3_leafn_read()
308 struct xfs_buf *bp, in xfs_dir3_leaf_init()
359 struct xfs_buf *bp; in xfs_dir3_leaf_get_buf()
[all …]
A Dxfs_ialloc_btree.h13 struct xfs_buf;
50 struct xfs_trans *tp, struct xfs_buf *agbp, xfs_btnum_t btnum);
71 struct xfs_buf **agi_bpp);
74 struct xfs_trans *tp, struct xfs_buf *agbp);
A Dxfs_dir2_node.c62 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()
325 struct xfs_buf *bp; in xfs_dir3_free_get_buf()
366 struct xfs_buf *bp, in xfs_dir2_free_log_bests()
386 struct xfs_buf *bp) in xfs_dir2_free_log_header()
[all …]
A Dxfs_dir2.h67 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,
A Dxfs_symlink_remote.c41 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()
A Dxfs_shared.h15 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,
A Dxfs_ialloc_btree.c156 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()
498 struct xfs_buf *agbp) in xfs_inobt_commit_staged_btree()
713 struct xfs_buf **agi_bpp) in xfs_inobt_cur()
737 struct xfs_buf *agbp = NULL; in xfs_inobt_count_blocks()
[all …]
A Dxfs_dquot_buf.c147 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()
A Dxfs_refcount_btree.c41 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_set_root()
62 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_alloc_block()
103 struct xfs_buf *bp) in xfs_refcountbt_free_block()
106 struct xfs_buf *agbp = cur->bc_ag.agbp; in xfs_refcountbt_free_block()
212 struct xfs_buf *bp) in xfs_refcountbt_verify()
241 struct xfs_buf *bp) in xfs_refcountbt_read_verify()
259 struct xfs_buf *bp) in xfs_refcountbt_write_verify()
357 struct xfs_buf *agbp, in xfs_refcountbt_init_cursor()
391 struct xfs_buf *agbp) in xfs_refcountbt_commit_staged_btree()
496 struct xfs_buf *agbp; in xfs_refcountbt_calc_reserves()
A Dxfs_alloc_btree.h13 struct xfs_buf;
51 struct xfs_trans *tp, struct xfs_buf *bp,
61 struct xfs_trans *tp, struct xfs_buf *agbp);
A Dxfs_dir2_block.c48 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()
595 struct xfs_buf *bp, /* block buffer */ in xfs_dir2_block_log_leaf()
615 struct xfs_buf *bp) /* block buffer */ in xfs_dir2_block_log_tail()
635 struct xfs_buf *bp; /* block buffer */ in xfs_dir2_block_lookup()
[all …]
A Dxfs_refcount_btree.h13 struct xfs_buf;
49 struct xfs_trans *tp, struct xfs_buf *agbp,
66 struct xfs_trans *tp, struct xfs_buf *agbp);
A Dxfs_rmap_btree.h9 struct xfs_buf;
45 struct xfs_trans *tp, struct xfs_buf *bp,
50 struct xfs_trans *tp, struct xfs_buf *agbp);
/linux-6.3-rc2/fs/xfs/scrub/
A Dagheader_repair.c38 struct xfs_buf *bp; in xrep_superblock()
149 struct xfs_buf *agf_bp, in xrep_agf_find_btrees()
151 struct xfs_buf *agfl_bp) in xrep_agf_find_btrees()
190 struct xfs_buf *agf_bp, in xrep_agf_init_header()
248 struct xfs_buf *agf_bp) in xrep_agf_calc_from_btrees()
313 struct xfs_buf *agf_bp) in xrep_agf_commit_new()
374 struct xfs_buf *agf_bp; in xrep_agf()
534 struct xfs_buf *agf_bp, in xrep_agfl_collect_blocks()
611 struct xfs_buf *agf_bp, in xrep_agfl_update_agf()
704 struct xfs_buf *agf_bp; in xrep_agfl()
[all …]

Completed in 62 milliseconds

12345