Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2_priv.h33 struct xfs_buf **bpp);
39 struct xfs_buf *lbp, struct xfs_buf *dbp);
48 extern int __xfs_dir3_data_check(struct xfs_inode *dp, struct xfs_buf *bp);
50 xfs_dablk_t bno, xfs_daddr_t mapped_bno, struct xfs_buf **bpp);
59 struct xfs_buf **bpp);
63 xfs_dablk_t fbno, xfs_daddr_t mappedbno, struct xfs_buf **bpp);
65 struct xfs_buf *dbp);
68 struct xfs_dir3_icleaf_hdr *leafhdr, struct xfs_buf *bp);
73 struct xfs_buf **bpp, __uint16_t magic);
75 struct xfs_buf *bp, int first, int last);
[all …]
Dxfs_attr_leaf.h54 int xfs_attr_shortform_allfit(struct xfs_buf *bp, struct xfs_inode *dp);
62 int xfs_attr3_leaf_to_shortform(struct xfs_buf *bp,
74 int xfs_attr3_leaf_lookup_int(struct xfs_buf *leaf,
76 int xfs_attr3_leaf_getvalue(struct xfs_buf *bp, struct xfs_da_args *args);
77 int xfs_attr3_leaf_add(struct xfs_buf *leaf_buffer,
79 int xfs_attr3_leaf_remove(struct xfs_buf *leaf_buffer,
81 int xfs_attr3_leaf_list_int(struct xfs_buf *bp,
96 xfs_dahash_t xfs_attr_leaf_lasthash(struct xfs_buf *bp, int *count);
97 int xfs_attr_leaf_order(struct xfs_buf *leaf1_bp,
98 struct xfs_buf *leaf2_bp);
[all …]
Dxfs_alloc.h21 struct xfs_buf;
102 struct xfs_buf *agbp; /* buffer for a.g. freelist header */
154 struct xfs_buf *agbp, /* buffer containing the agf structure */
164 struct xfs_buf *bp, /* buffer for a.g. freelist header */
183 struct xfs_buf *agbp, /* buffer for a.g. freelist header */
184 struct xfs_buf *agflbp,/* buffer for a.g. free block array */
197 struct xfs_buf **bpp); /* buffer for the ag freelist header */
237 xfs_agnumber_t agno, int flags, struct xfs_buf **bpp);
Dxfs_btree.h21 struct xfs_buf;
143 int (*free_block)(struct xfs_btree_cur *cur, struct xfs_buf *bp);
210 struct xfs_buf *bc_bufs[XFS_BTREE_MAXLEVELS]; /* buf ptr per level */
220 struct xfs_buf *agbp; /* agf/agi buffer pointer */
260 struct xfs_buf *bp); /* buffer containing block, if any */
292 struct xfs_buf * /* buffer for fsbno */
303 struct xfs_buf * /* buffer for agno/agbno */
341 struct xfs_buf **bpp, /* buffer for fsbno */
374 struct xfs_buf *bp,
409 void xfs_btree_lblock_calc_crc(struct xfs_buf *);
[all …]
Dxfs_ialloc.h21 struct xfs_buf;
52 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
85 struct xfs_buf **agbp, /* buf for a.g. inode header */
125 struct xfs_buf *bp, /* allocation group header buffer */
136 struct xfs_buf **bpp); /* allocation group hdr buf */
169 xfs_agnumber_t agno, struct xfs_buf **bpp);
Dxfs_dir2_leaf.c41 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp,
42 int *indexp, struct xfs_buf **dbpp);
44 struct xfs_buf *bp, int first, int last);
46 struct xfs_buf *bp);
62 struct xfs_buf *bp) in xfs_dir3_leaf1_check()
147 struct xfs_buf *bp, in xfs_dir3_leaf_verify()
180 struct xfs_buf *bp, in __read_verify()
197 struct xfs_buf *bp, in __write_verify()
221 struct xfs_buf *bp) in xfs_dir3_leaf1_read_verify()
228 struct xfs_buf *bp) in xfs_dir3_leaf1_write_verify()
[all …]
Dxfs_symlink_remote.c57 struct xfs_buf *bp) in xfs_symlink_hdr_set()
86 struct xfs_buf *bp) in xfs_symlink_hdr_ok()
103 struct xfs_buf *bp) in xfs_symlink_verify()
129 struct xfs_buf *bp) in xfs_symlink_read_verify()
148 struct xfs_buf *bp) in xfs_symlink_write_verify()
179 struct xfs_buf *bp, in xfs_symlink_local_to_remote()
Dxfs_da_btree.h115 struct xfs_buf *bp; /* buffer containing block */
166 int level, struct xfs_buf **bpp, int whichfork);
189 struct xfs_buf **bpp, int which_fork);
199 struct xfs_buf **bp, int whichfork);
202 struct xfs_buf **bpp, int whichfork,
208 struct xfs_buf *dead_buf);
Dxfs_shared.h27 struct xfs_buf;
232 uint32_t size, struct xfs_buf *bp);
234 uint32_t size, struct xfs_buf *bp);
235 void xfs_symlink_local_to_remote(struct xfs_trans *tp, struct xfs_buf *bp,
Dxfs_dir2_node.c41 static int xfs_dir2_leafn_add(struct xfs_buf *bp, xfs_da_args_t *args,
46 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, struct xfs_buf *bp,
65 struct xfs_buf *bp) in xfs_dir3_leafn_check()
87 struct xfs_buf *bp) in xfs_dir3_free_verify()
115 struct xfs_buf *bp) in xfs_dir3_free_read_verify()
131 struct xfs_buf *bp) in xfs_dir3_free_write_verify()
165 struct xfs_buf **bpp) in __xfs_dir3_free_read()
183 struct xfs_buf **bpp) in xfs_dir2_free_read()
193 struct xfs_buf **bpp) in xfs_dir2_free_try_read()
202 struct xfs_buf **bpp) in xfs_dir3_free_get_buf()
[all …]
Dxfs_dir2_block.c42 static void xfs_dir2_block_log_leaf(xfs_trans_t *tp, struct xfs_buf *bp,
44 static void xfs_dir2_block_log_tail(xfs_trans_t *tp, struct xfs_buf *bp);
45 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp,
63 struct xfs_buf *bp) in xfs_dir3_block_verify()
88 struct xfs_buf *bp) in xfs_dir3_block_read_verify()
104 struct xfs_buf *bp) in xfs_dir3_block_write_verify()
135 struct xfs_buf **bpp) in xfs_dir3_block_read()
151 struct xfs_buf *bp, in xfs_dir3_block_init()
286 struct xfs_buf *bp, in xfs_dir2_block_compact()
340 struct xfs_buf *bp; /* buffer for block */ in xfs_dir2_block_addname()
[all …]
Dxfs_dquot_buf.c177 struct xfs_buf *bp) in xfs_dquot_buf_verify_crc()
210 struct xfs_buf *bp, in xfs_dquot_buf_verify()
253 struct xfs_buf *bp) in xfs_dquot_buf_read_verify()
274 struct xfs_buf *bp) in xfs_dquot_buf_readahead_verify()
292 struct xfs_buf *bp) in xfs_dquot_buf_write_verify()
Dxfs_dir2.h158 struct xfs_buf *bp);
163 struct xfs_buf *bp, struct xfs_dir2_data_entry *dep);
165 struct xfs_buf *bp);
167 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup);
169 struct xfs_buf *bp, xfs_dir2_data_aoff_t offset,
172 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup,
Dxfs_inode_buf.h37 struct xfs_buf **, uint, uint);
45 void xfs_inobp_check(struct xfs_mount *, struct xfs_buf *);
Dxfs_alloc_btree.h25 struct xfs_buf;
61 struct xfs_trans *, struct xfs_buf *,
Dxfs_btree.c60 struct xfs_buf *bp) /* buffer for block, if any */ in xfs_btree_check_lblock()
105 struct xfs_buf *bp) /* buffer containing block */ in xfs_btree_check_sblock()
108 struct xfs_buf *agbp; /* buffer for ag. freespace struct */ in xfs_btree_check_sblock()
157 struct xfs_buf *bp) /* buffer containing block, if any */ in xfs_btree_check_block()
231 struct xfs_buf *bp) in xfs_btree_lblock_calc_crc()
245 struct xfs_buf *bp) in xfs_btree_lblock_verify_crc()
269 struct xfs_buf *bp) in xfs_btree_sblock_calc_crc()
283 struct xfs_buf *bp) in xfs_btree_sblock_verify_crc()
547 struct xfs_buf **bpp) /* buffer containing the block */ in xfs_btree_get_block()
720 struct xfs_buf **bpp, /* buffer for fsbno */ in xfs_btree_read_bufl()
[all …]
Dxfs_ialloc_btree.h25 struct xfs_buf;
61 struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t,
Dxfs_ialloc_btree.c60 struct xfs_buf *agbp = cur->bc_private.a.agbp; in xfs_inobt_set_root()
74 struct xfs_buf *agbp = cur->bc_private.a.agbp; in xfs_finobt_set_root()
126 struct xfs_buf *bp) in xfs_inobt_free_block()
220 struct xfs_buf *bp) in xfs_inobt_verify()
279 struct xfs_buf *bp) in xfs_inobt_read_verify()
294 struct xfs_buf *bp) in xfs_inobt_write_verify()
385 struct xfs_buf *agbp, /* buffer for agi structure */ in xfs_inobt_init_cursor()
Dxfs_alloc_btree.c51 struct xfs_buf *agbp = cur->bc_private.a.agbp; in xfs_allocbt_set_root()
106 struct xfs_buf *bp) in xfs_allocbt_free_block()
108 struct xfs_buf *agbp = cur->bc_private.a.agbp; in xfs_allocbt_free_block()
274 struct xfs_buf *bp) in xfs_allocbt_verify()
354 struct xfs_buf *bp) in xfs_allocbt_read_verify()
369 struct xfs_buf *bp) in xfs_allocbt_write_verify()
457 struct xfs_buf *agbp, /* buffer for agf structure */ in xfs_allocbt_init_cursor()
Dxfs_dir2_data.c44 struct xfs_buf *bp) /* data block's buffer */ in __xfs_dir3_data_check()
216 struct xfs_buf *bp) in xfs_dir3_data_verify()
246 struct xfs_buf *bp) in xfs_dir3_data_reada_verify()
270 struct xfs_buf *bp) in xfs_dir3_data_read_verify()
286 struct xfs_buf *bp) in xfs_dir3_data_write_verify()
326 struct xfs_buf **bpp) in xfs_dir3_data_read()
576 struct xfs_buf **bpp) /* output block buffer */ in xfs_dir3_data_init()
578 struct xfs_buf *bp; /* block buffer */ in xfs_dir3_data_init()
650 struct xfs_buf *bp, in xfs_dir2_data_log_entry()
671 struct xfs_buf *bp) in xfs_dir2_data_log_header()
[all …]
Dxfs_attr_remote.c120 struct xfs_buf *bp) in xfs_attr3_rmt_read_verify()
159 struct xfs_buf *bp) in xfs_attr3_rmt_write_verify()
251 struct xfs_buf *bp, in xfs_attr_rmtval_copyout()
299 struct xfs_buf *bp, in xfs_attr_rmtval_copyin()
355 struct xfs_buf *bp; in xfs_attr_rmtval_get()
512 struct xfs_buf *bp; in xfs_attr_rmtval_set()
577 struct xfs_buf *bp; in xfs_attr_rmtval_remove()
Dxfs_attr_leaf.c61 xfs_dablk_t which_block, struct xfs_buf **bpp);
62 STATIC int xfs_attr3_leaf_add_work(struct xfs_buf *leaf_buffer,
67 struct xfs_buf *leaf_buffer);
252 struct xfs_buf *bp) in xfs_attr3_leaf_verify()
287 struct xfs_buf *bp) in xfs_attr3_leaf_write_verify()
316 struct xfs_buf *bp) in xfs_attr3_leaf_read_verify()
342 struct xfs_buf **bpp) in xfs_attr3_leaf_read()
748 struct xfs_buf *bp; in xfs_attr_shortform_to_leaf()
831 struct xfs_buf *bp, in xfs_attr_shortform_allfit()
873 struct xfs_buf *bp, in xfs_attr3_leaf_to_shortform()
[all …]
Dxfs_inode_buf.c76 struct xfs_buf *bp, in xfs_inode_buf_verify()
119 struct xfs_buf *bp) in xfs_inode_buf_read_verify()
126 struct xfs_buf *bp) in xfs_inode_buf_readahead_verify()
133 struct xfs_buf *bp) in xfs_inode_buf_write_verify()
166 struct xfs_buf **bpp, in xfs_imap_to_bp()
170 struct xfs_buf *bp; in xfs_imap_to_bp()
Dxfs_da_btree.c133 struct xfs_buf *bp) in xfs_da3_node_verify()
182 struct xfs_buf *bp) in xfs_da3_node_write_verify()
211 struct xfs_buf *bp) in xfs_da3_node_read_verify()
259 struct xfs_buf **bpp, in xfs_da3_node_read()
305 struct xfs_buf **bpp, in xfs_da3_node_create()
312 struct xfs_buf *bp; in xfs_da3_node_create()
359 struct xfs_buf *bp; in xfs_da3_split()
518 struct xfs_buf *bp; in xfs_da3_root_split()
1052 struct xfs_buf *bp; in xfs_da3_root_join()
1125 struct xfs_buf *bp; in xfs_da3_node_toosmall()
[all …]
Dxfs_ialloc.c162 struct xfs_buf *agbp, in xfs_inobt_insert()
260 struct xfs_buf *fbuf; in xfs_ialloc_inode_init()
513 struct xfs_buf *agbp, in xfs_inobt_insert_sprec()
1108 struct xfs_buf *agbp, in xfs_dialloc_ag_inobt()
1533 struct xfs_buf *agbp, in xfs_dialloc_ag()
1674 struct xfs_buf **IO_agbp, in xfs_dialloc()
1678 struct xfs_buf *agbp; in xfs_dialloc()
1891 struct xfs_buf *agbp, in xfs_difree_inobt()
2022 struct xfs_buf *agbp, in xfs_difree_finobt()
2130 struct xfs_buf *agbp; /* buffer for allocation group header */ in xfs_difree()
[all …]
Dxfs_sb.h30 extern void xfs_sb_calc_crc(struct xfs_buf *bp);
Dxfs_sb.c568 struct xfs_buf *bp, in xfs_sb_verify()
602 struct xfs_buf *bp) in xfs_sb_read_verify()
644 struct xfs_buf *bp) in xfs_sb_quiet_read_verify()
659 struct xfs_buf *bp) in xfs_sb_write_verify()
811 struct xfs_buf *bp = xfs_trans_getsb(tp, mp, 0); in xfs_log_sb()
Dxfs_alloc.c461 struct xfs_buf *bp) in xfs_agfl_verify()
492 struct xfs_buf *bp) in xfs_agfl_read_verify()
516 struct xfs_buf *bp) in xfs_agfl_write_verify()
572 struct xfs_buf *agbp, in xfs_alloc_update_counters()
1938 struct xfs_buf *agbp = NULL; in xfs_alloc_fix_freelist()
1939 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist()
2008 struct xfs_buf *bp; in xfs_alloc_fix_freelist()
2261 struct xfs_buf *bp) in xfs_agf_verify()
2304 struct xfs_buf *bp) in xfs_agf_read_verify()
2322 struct xfs_buf *bp) in xfs_agf_write_verify()
[all …]
Dxfs_bmap_btree.c522 struct xfs_buf *bp) in xfs_bmbt_free_block()
641 struct xfs_buf *bp) in xfs_bmbt_verify()
696 struct xfs_buf *bp) in xfs_bmbt_read_verify()
711 struct xfs_buf *bp) in xfs_bmbt_write_verify()
Dxfs_attr.c570 struct xfs_buf *bp; in xfs_attr_leaf_addname()
777 struct xfs_buf *bp; in xfs_attr_leaf_removename()
836 struct xfs_buf *bp; in xfs_attr_leaf_get()
1148 struct xfs_buf *bp; in xfs_attr_node_removename()
Dxfs_dir2.c664 struct xfs_buf *bp) in xfs_dir2_shrink_inode()
Dxfs_dir2_sf.c155 struct xfs_buf *bp, in xfs_dir2_block_to_sf()
Dxfs_format.h33 struct xfs_buf;
Dxfs_bmap.c248 STATIC struct xfs_buf *
894 struct xfs_buf *bp, in xfs_bmap_local_to_extents()
/linux-4.4.14/fs/xfs/
Dxfs_buf.h120 struct xfs_buf;
121 typedef void (*xfs_buf_iodone_t)(struct xfs_buf *);
136 void (*verify_read)(struct xfs_buf *);
137 void (*verify_write)(struct xfs_buf *);
140 typedef struct xfs_buf { struct
194 struct xfs_buf *_xfs_buf_find(struct xfs_buftarg *target, argument
196 xfs_buf_flags_t flags, struct xfs_buf *new_bp);
198 static inline struct xfs_buf *
209 struct xfs_buf *_xfs_buf_alloc(struct xfs_buftarg *target,
213 static inline struct xfs_buf *
[all …]
Dxfs_trans.h23 struct xfs_buf;
46 void (*li_cb)(struct xfs_buf *,
158 struct xfs_buf *xfs_trans_get_buf_map(struct xfs_trans *tp,
163 static inline struct xfs_buf *
180 struct xfs_buf **bpp,
191 struct xfs_buf **bpp, in xfs_trans_read_buf()
199 struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struct xfs_mount *, int);
201 void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *);
202 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
203 void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *);
[all …]
Dxfs_buf_item.h44 struct xfs_buf;
55 struct xfs_buf *bli_buf; /* real buffer pointer */
64 int xfs_buf_item_init(struct xfs_buf *, struct xfs_mount *);
65 void xfs_buf_item_relse(struct xfs_buf *);
68 void xfs_buf_attach_iodone(struct xfs_buf *,
69 void(*)(struct xfs_buf *, xfs_log_item_t *),
71 void xfs_buf_iodone_callbacks(struct xfs_buf *);
72 void xfs_buf_iodone(struct xfs_buf *, struct xfs_log_item *);
Dxfs_buf.c63 struct xfs_buf *bp) in xfs_buf_is_vmapped()
77 struct xfs_buf *bp) in xfs_buf_vmap_len()
92 struct xfs_buf *bp) in xfs_buf_stale()
117 struct xfs_buf *bp, in xfs_buf_get_maps()
140 struct xfs_buf *bp) in xfs_buf_free_maps()
148 struct xfs_buf *
155 struct xfs_buf *bp; in _xfs_buf_alloc()
487 bp = rb_entry(parent, struct xfs_buf, b_rbnode); in _xfs_buf_find()
562 struct xfs_buf *
569 struct xfs_buf *bp; in xfs_buf_get_map()
[all …]
Dxfs_inode_item.h23 struct xfs_buf;
47 extern void xfs_iflush_done(struct xfs_buf *, struct xfs_log_item *);
48 extern void xfs_istale_done(struct xfs_buf *, struct xfs_log_item *);
Dxfs_buf_item.c41 STATIC void xfs_buf_do_callbacks(struct xfs_buf *bp);
68 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_size_segment()
189 struct xfs_buf *bp, in xfs_buf_item_copy_iovec()
202 struct xfs_buf *bp, in xfs_buf_item_straddle()
220 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format_segment()
314 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_format()
516 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_push()
576 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_unlock()
751 struct xfs_buf *bp, in xfs_buf_item_init()
909 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_log()
[all …]
Dxfs_trans_buf.c36 STATIC struct xfs_buf *
77 struct xfs_buf *bp, in _xfs_trans_bjoin()
118 struct xfs_buf *bp) in xfs_trans_bjoin()
133 struct xfs_buf *
248 struct xfs_buf **bpp, in xfs_trans_read_buf_map()
251 struct xfs_buf *bp = NULL; in xfs_trans_read_buf_map()
714 struct xfs_buf *bp) in xfs_trans_ordered_buf()
733 struct xfs_buf *bp, in xfs_trans_buf_set_type()
750 struct xfs_buf *dst_bp, in xfs_trans_buf_copy_type()
751 struct xfs_buf *src_bp) in xfs_trans_buf_copy_type()
Dxfs_attr_inactive.c54 struct xfs_buf *bp; in xfs_attr3_leaf_freextent()
122 struct xfs_buf *bp) in xfs_attr3_leaf_inactive()
211 struct xfs_buf *bp, in xfs_attr3_node_inactive()
219 struct xfs_buf *child_bp; in xfs_attr3_node_inactive()
331 struct xfs_buf *bp; in xfs_attr3_root_inactive()
Dxfs_rtalloc.h102 xfs_rtblock_t block, int issum, struct xfs_buf **bpp);
123 struct xfs_buf **rbpp, xfs_fsblock_t *rsb);
Dxfs_log_priv.h21 struct xfs_buf;
221 struct xfs_buf *ic_bp;
364 struct xfs_buf *l_xbuf; /* extra buffer for log
Dxfs_inode.h29 struct xfs_buf;
400 struct xfs_buf **, xfs_inode_t **);
415 int xfs_iflush(struct xfs_inode *, struct xfs_buf **);
Dxfs_dquot.c410 struct xfs_buf **bpp) in xfs_qm_dqrepair()
465 struct xfs_buf *bp; in xfs_qm_dqtobp()
568 struct xfs_buf *bp; in xfs_qm_dqread()
886 struct xfs_buf *bp, in xfs_qm_dqflush_done()
929 struct xfs_buf **bpp) in xfs_qm_dqflush()
932 struct xfs_buf *bp; in xfs_qm_dqflush()
Dxfs_dir2_readdir.c164 struct xfs_buf *bp; /* buffer for block */ in xfs_dir2_block_getdents()
276 struct xfs_buf **bpp) in xfs_dir2_leaf_readbuf()
279 struct xfs_buf *bp = *bpp; in xfs_dir2_leaf_readbuf()
479 struct xfs_buf *bp = NULL; /* data block buffer */ in xfs_dir2_leaf_getdents()
Dxfs_mount.h51 struct xfs_buf *m_sb_bp; /* buffer for superblock */
331 extern struct xfs_buf *xfs_getsb(xfs_mount_t *, int);
Dxfs_mount.c274 struct xfs_buf *bp; in xfs_readsb()
539 struct xfs_buf *bp; in xfs_check_sizes()
1273 struct xfs_buf *
1278 struct xfs_buf *bp = mp->m_sb_bp; in xfs_getsb()
1298 struct xfs_buf *bp = mp->m_sb_bp; in xfs_freesb()
DMakefile68 xfs_buf.o \
Dxfs_error.h28 extern void xfs_verifier_error(struct xfs_buf *bp);
Dxfs_attr_list.c228 struct xfs_buf *bp; in xfs_attr_node_list()
365 struct xfs_buf *bp, in xfs_attr3_leaf_list_int()
493 struct xfs_buf *bp; in xfs_attr_leaf_list()
Dxfs_dquot.h166 extern int xfs_qm_dqflush(struct xfs_dquot *, struct xfs_buf **);
Dxfs_error.c163 struct xfs_buf *bp) in xfs_verifier_error()
Dxfs_inode_item.c413 struct xfs_buf *bp = NULL; in xfs_inode_item_push()
598 struct xfs_buf *bp, in xfs_iflush_done()
732 struct xfs_buf *bp, in xfs_istale_done()
Dxfs_log_recover.c104 struct xfs_buf *bp; in xlog_get_bp()
155 struct xfs_buf *bp) in xlog_align()
172 struct xfs_buf *bp) in xlog_bread_noalign()
205 struct xfs_buf *bp, in xlog_bread()
227 struct xfs_buf *bp, in xlog_bread_offset()
257 struct xfs_buf *bp) in xlog_bwrite()
368 struct xfs_buf *bp) in xlog_recover_iodone()
394 struct xfs_buf *bp, in xlog_find_cycle_start()
1707 struct xfs_buf *bp, in xlog_recover_do_inode_buffer()
1831 struct xfs_buf *bp) in xlog_recover_get_buf_lsn()
[all …]
Dxfs_log.h172 void xlog_iodone(struct xfs_buf *);
Dxfs_qm.c152 struct xfs_buf *bp = NULL; in xfs_qm_dqpurge()
470 struct xfs_buf *bp = NULL; in xfs_qm_dquot_isolate()
875 struct xfs_buf *bp; in xfs_qm_dqiter_bufs()
1222 struct xfs_buf *bp = NULL; in xfs_qm_flush_one()
1359 struct xfs_buf *bp = in xfs_qm_quotacheck()
1360 list_first_entry(&buffer_list, struct xfs_buf, b_list); in xfs_qm_quotacheck()
Dxfs_discard.c46 struct xfs_buf *agbp; in xfs_trim_extents()
Dxfs_dquot_item.c147 struct xfs_buf *bp = NULL; in xfs_qm_dquot_logitem_push()
Dxfs_fsops.c121 static struct xfs_buf *
129 struct xfs_buf *bp; in xfs_growfs_get_hdr_buf()
Dxfs_rtalloc.c768 struct xfs_buf *bp; /* temporary buffer for zeroing */ in xfs_growfs_rt_alloc()
1176 struct xfs_buf *bp; /* buffer for last block of subvolume */ in xfs_rtmount_init()
Dxfs_symlink.c52 struct xfs_buf *bp; in xfs_readlink_bmap()
Dxfs_trace.h309 TP_PROTO(struct xfs_buf *bp, unsigned long caller_ip),
345 TP_PROTO(struct xfs_buf *bp, unsigned long caller_ip), \
382 TP_PROTO(struct xfs_buf *bp, unsigned flags, unsigned long caller_ip),
418 TP_PROTO(struct xfs_buf *bp, unsigned flags, unsigned long caller_ip), \
425 TP_PROTO(struct xfs_buf *bp, int error, unsigned long caller_ip),
Dxfs_itable.c565 struct xfs_buf *agbp = NULL; in xfs_inumbers()
Dxfs_inode.c3343 struct xfs_buf **bpp) in xfs_iflush()
3346 struct xfs_buf *bp = NULL; in xfs_iflush()
3447 struct xfs_buf *bp) in xfs_iflush_int()
Dxfs_icache.c900 struct xfs_buf *bp = NULL; in xfs_reclaim_inode()
Dxfs_log.c1709 struct xfs_buf *bp) in xlog_bdstrat()
/linux-4.4.14/Documentation/filesystems/
Dxfs-self-describing-metadata.txt223 struct xfs_buf *bp)
246 struct xfs_buf *bp)
273 struct xfs_buf *bp)
298 struct xfs_buf *bp)