Home
last modified time | relevance | path

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

/linux-4.1.27/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 */
152 struct xfs_buf *agbp, /* buffer containing the agf structure */
162 struct xfs_buf *bp, /* buffer for a.g. freelist header */
181 struct xfs_buf *agbp, /* buffer for a.g. freelist header */
182 struct xfs_buf *agflbp,/* buffer for a.g. free block array */
195 struct xfs_buf **bpp); /* buffer for the ag freelist header */
235 xfs_agnumber_t agno, int flags, struct xfs_buf **bpp);
Dxfs_btree.h21 struct xfs_buf;
136 int (*free_block)(struct xfs_btree_cur *cur, struct xfs_buf *bp);
203 struct xfs_buf *bc_bufs[XFS_BTREE_MAXLEVELS]; /* buf ptr per level */
213 struct xfs_buf *agbp; /* agf/agi buffer pointer */
253 struct xfs_buf *bp); /* buffer containing block, if any */
285 struct xfs_buf * /* buffer for fsbno */
296 struct xfs_buf * /* buffer for agno/agbno */
334 struct xfs_buf **bpp, /* buffer for fsbno */
367 struct xfs_buf *bp,
402 void xfs_btree_lblock_calc_crc(struct xfs_buf *);
[all …]
Dxfs_ialloc.h21 struct xfs_buf;
45 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) in xfs_make_iptr()
79 struct xfs_buf **agbp, /* buf for a.g. inode header */
120 struct xfs_buf *bp, /* allocation group header buffer */
131 struct xfs_buf **bpp); /* allocation group hdr buf */
164 xfs_agnumber_t agno, struct xfs_buf **bpp);
Dxfs_dir2_leaf.c40 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp,
41 int *indexp, struct xfs_buf **dbpp);
43 struct xfs_buf *bp, int first, int last);
45 struct xfs_buf *bp);
61 struct xfs_buf *bp) in xfs_dir3_leaf1_check()
146 struct xfs_buf *bp, in xfs_dir3_leaf_verify()
177 struct xfs_buf *bp, in __read_verify()
194 struct xfs_buf *bp, in __write_verify()
218 struct xfs_buf *bp) in xfs_dir3_leaf1_read_verify()
225 struct xfs_buf *bp) in xfs_dir3_leaf1_write_verify()
[all …]
Dxfs_symlink_remote.c56 struct xfs_buf *bp) in xfs_symlink_hdr_set()
84 struct xfs_buf *bp) in xfs_symlink_hdr_ok()
101 struct xfs_buf *bp) in xfs_symlink_verify()
125 struct xfs_buf *bp) in xfs_symlink_read_verify()
144 struct xfs_buf *bp) in xfs_symlink_write_verify()
174 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;
238 uint32_t size, struct xfs_buf *bp);
240 uint32_t size, struct xfs_buf *bp);
241 void xfs_symlink_local_to_remote(struct xfs_trans *tp, struct xfs_buf *bp,
Dxfs_dir2_node.c40 static int xfs_dir2_leafn_add(struct xfs_buf *bp, xfs_da_args_t *args,
45 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, struct xfs_buf *bp,
64 struct xfs_buf *bp) in xfs_dir3_leafn_check()
86 struct xfs_buf *bp) in xfs_dir3_free_verify()
112 struct xfs_buf *bp) in xfs_dir3_free_read_verify()
128 struct xfs_buf *bp) in xfs_dir3_free_write_verify()
161 struct xfs_buf **bpp) in __xfs_dir3_free_read()
179 struct xfs_buf **bpp) in xfs_dir2_free_read()
189 struct xfs_buf **bpp) in xfs_dir2_free_try_read()
198 struct xfs_buf **bpp) in xfs_dir3_free_get_buf()
[all …]
Dxfs_dir2_block.c41 static void xfs_dir2_block_log_leaf(xfs_trans_t *tp, struct xfs_buf *bp,
43 static void xfs_dir2_block_log_tail(xfs_trans_t *tp, struct xfs_buf *bp);
44 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp,
62 struct xfs_buf *bp) in xfs_dir3_block_verify()
85 struct xfs_buf *bp) in xfs_dir3_block_read_verify()
101 struct xfs_buf *bp) in xfs_dir3_block_write_verify()
131 struct xfs_buf **bpp) in xfs_dir3_block_read()
147 struct xfs_buf *bp, in xfs_dir3_block_init()
282 struct xfs_buf *bp, in xfs_dir2_block_compact()
336 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_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()
211 struct xfs_buf *bp) in xfs_inobt_verify()
270 struct xfs_buf *bp) in xfs_inobt_read_verify()
285 struct xfs_buf *bp) in xfs_inobt_write_verify()
375 struct xfs_buf *agbp, /* buffer for agi structure */ in xfs_inobt_init_cursor()
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_ialloc_btree.h25 struct xfs_buf;
61 struct xfs_trans *, struct xfs_buf *, xfs_agnumber_t,
Dxfs_btree.c59 struct xfs_buf *bp) /* buffer for block, if any */ in xfs_btree_check_lblock()
103 struct xfs_buf *bp) /* buffer containing block */ in xfs_btree_check_sblock()
106 struct xfs_buf *agbp; /* buffer for ag. freespace struct */ in xfs_btree_check_sblock()
154 struct xfs_buf *bp) /* buffer containing block, if any */ in xfs_btree_check_block()
228 struct xfs_buf *bp) in xfs_btree_lblock_calc_crc()
242 struct xfs_buf *bp) in xfs_btree_lblock_verify_crc()
260 struct xfs_buf *bp) in xfs_btree_sblock_calc_crc()
274 struct xfs_buf *bp) in xfs_btree_sblock_verify_crc()
532 struct xfs_buf **bpp) /* buffer containing the block */ in xfs_btree_get_block()
705 struct xfs_buf **bpp, /* buffer for fsbno */ in xfs_btree_read_bufl()
[all …]
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()
456 struct xfs_buf *agbp, /* buffer for agf structure */ in xfs_allocbt_init_cursor()
Dxfs_dir2_data.c43 struct xfs_buf *bp) /* data block's buffer */ in __xfs_dir3_data_check()
215 struct xfs_buf *bp) in xfs_dir3_data_verify()
243 struct xfs_buf *bp) in xfs_dir3_data_reada_verify()
267 struct xfs_buf *bp) in xfs_dir3_data_read_verify()
283 struct xfs_buf *bp) in xfs_dir3_data_write_verify()
321 struct xfs_buf **bpp) in xfs_dir3_data_read()
571 struct xfs_buf **bpp) /* output block buffer */ in xfs_dir3_data_init()
573 struct xfs_buf *bp; /* block buffer */ in xfs_dir3_data_init()
645 struct xfs_buf *bp, in xfs_dir2_data_log_entry()
666 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()
250 struct xfs_buf *bp, in xfs_attr_rmtval_copyout()
298 struct xfs_buf *bp, in xfs_attr_rmtval_copyin()
354 struct xfs_buf *bp; in xfs_attr_rmtval_get()
511 struct xfs_buf *bp; in xfs_attr_rmtval_set()
576 struct xfs_buf *bp; in xfs_attr_rmtval_remove()
Dxfs_attr_leaf.c60 xfs_dablk_t which_block, struct xfs_buf **bpp);
61 STATIC int xfs_attr3_leaf_add_work(struct xfs_buf *leaf_buffer,
66 struct xfs_buf *leaf_buffer);
251 struct xfs_buf *bp) in xfs_attr3_leaf_verify()
284 struct xfs_buf *bp) in xfs_attr3_leaf_write_verify()
313 struct xfs_buf *bp) in xfs_attr3_leaf_read_verify()
338 struct xfs_buf **bpp) in xfs_attr3_leaf_read()
744 struct xfs_buf *bp; in xfs_attr_shortform_to_leaf()
827 struct xfs_buf *bp, in xfs_attr_shortform_allfit()
869 struct xfs_buf *bp, in xfs_attr3_leaf_to_shortform()
[all …]
Dxfs_inode_buf.c77 struct xfs_buf *bp, in xfs_inode_buf_verify()
121 struct xfs_buf *bp) in xfs_inode_buf_read_verify()
128 struct xfs_buf *bp) in xfs_inode_buf_readahead_verify()
135 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.c132 struct xfs_buf *bp) in xfs_da3_node_verify()
179 struct xfs_buf *bp) in xfs_da3_node_write_verify()
208 struct xfs_buf *bp) in xfs_da3_node_read_verify()
254 struct xfs_buf **bpp, in xfs_da3_node_read()
300 struct xfs_buf **bpp, in xfs_da3_node_create()
307 struct xfs_buf *bp; in xfs_da3_node_create()
353 struct xfs_buf *bp; in xfs_da3_split()
512 struct xfs_buf *bp; in xfs_da3_root_split()
1046 struct xfs_buf *bp; in xfs_da3_root_join()
1119 struct xfs_buf *bp; in xfs_da3_node_toosmall()
[all …]
Dxfs_ialloc.c133 struct xfs_buf *agbp, in xfs_inobt_insert()
228 struct xfs_buf *fbuf; in xfs_ialloc_inode_init()
740 struct xfs_buf *agbp, in xfs_dialloc_ag_inobt()
1165 struct xfs_buf *agbp, in xfs_dialloc_ag()
1306 struct xfs_buf **IO_agbp, in xfs_dialloc()
1310 struct xfs_buf *agbp; in xfs_dialloc()
1446 struct xfs_buf *agbp, in xfs_difree_inobt()
1577 struct xfs_buf *agbp, in xfs_difree_finobt()
1679 struct xfs_buf *agbp; /* buffer for allocation group header */ in xfs_difree()
1759 struct xfs_buf *agbp; in xfs_imap_lookup()
[all …]
Dxfs_sb.h30 extern void xfs_sb_calc_crc(struct xfs_buf *bp);
Dxfs_sb.c526 struct xfs_buf *bp, in xfs_sb_verify()
560 struct xfs_buf *bp) in xfs_sb_read_verify()
602 struct xfs_buf *bp) in xfs_sb_quiet_read_verify()
617 struct xfs_buf *bp) in xfs_sb_write_verify()
762 struct xfs_buf *bp = xfs_trans_getsb(tp, mp, 0); in xfs_log_sb()
Dxfs_bmap_btree.c521 struct xfs_buf *bp) in xfs_bmbt_free_block()
640 struct xfs_buf *bp) in xfs_bmbt_verify()
695 struct xfs_buf *bp) in xfs_bmbt_read_verify()
710 struct xfs_buf *bp) in xfs_bmbt_write_verify()
Dxfs_alloc.c447 struct xfs_buf *bp) in xfs_agfl_verify()
476 struct xfs_buf *bp) in xfs_agfl_read_verify()
500 struct xfs_buf *bp) in xfs_agfl_write_verify()
555 struct xfs_buf *agbp, in xfs_alloc_update_counters()
2201 struct xfs_buf *bp) in xfs_agf_verify()
2240 struct xfs_buf *bp) in xfs_agf_read_verify()
2258 struct xfs_buf *bp) in xfs_agf_write_verify()
2292 struct xfs_buf **bpp) /* buffer for the ag freelist header */ in xfs_read_agf()
2322 struct xfs_buf **bpp) /* buffer for the ag freelist header */ in xfs_alloc_read_agf()
Dxfs_attr.c573 struct xfs_buf *bp; in xfs_attr_leaf_addname()
780 struct xfs_buf *bp; in xfs_attr_leaf_removename()
839 struct xfs_buf *bp; in xfs_attr_leaf_get()
1151 struct xfs_buf *bp; in xfs_attr_node_removename()
Dxfs_dir2.c661 struct xfs_buf *bp) in xfs_dir2_shrink_inode()
Dxfs_format.h33 struct xfs_buf;
Dxfs_dir2_sf.c155 struct xfs_buf *bp, in xfs_dir2_block_to_sf()
Dxfs_bmap.c248 STATIC struct xfs_buf *
894 struct xfs_buf *bp, in xfs_bmap_local_to_extents()
/linux-4.1.27/fs/xfs/
Dxfs_buf.h119 struct xfs_buf;
120 typedef void (*xfs_buf_iodone_t)(struct xfs_buf *);
134 void (*verify_read)(struct xfs_buf *);
135 void (*verify_write)(struct xfs_buf *);
138 typedef struct xfs_buf { struct
192 struct xfs_buf *_xfs_buf_find(struct xfs_buftarg *target, argument
194 xfs_buf_flags_t flags, struct xfs_buf *new_bp);
196 static inline struct xfs_buf *
207 struct xfs_buf *_xfs_buf_alloc(struct xfs_buftarg *target,
211 static inline struct xfs_buf *
[all …]
Dxfs_trans.h23 struct xfs_buf;
46 void (*li_cb)(struct xfs_buf *,
161 struct xfs_buf *xfs_trans_get_buf_map(struct xfs_trans *tp,
166 static inline struct xfs_buf *
183 struct xfs_buf **bpp,
194 struct xfs_buf **bpp, in xfs_trans_read_buf()
202 struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struct xfs_mount *, int);
204 void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *);
205 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
206 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 void 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()
488 bp = rb_entry(parent, struct xfs_buf, b_rbnode); in _xfs_buf_find()
563 struct xfs_buf *
570 struct xfs_buf *bp; in xfs_buf_get_map()
[all …]
Dxfs_inode_item.h23 struct xfs_buf;
46 extern void xfs_iflush_done(struct xfs_buf *, struct xfs_log_item *);
47 extern void xfs_istale_done(struct xfs_buf *, struct xfs_log_item *);
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_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()
907 struct xfs_buf *bp = bip->bli_buf; in xfs_buf_item_log()
1025 struct xfs_buf *bp) in xfs_buf_do_callbacks()
[all …]
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;
367 struct xfs_buf **, xfs_inode_t **);
382 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()
890 struct xfs_buf *bp, in xfs_qm_dqflush_done()
933 struct xfs_buf **bpp) in xfs_qm_dqflush()
936 struct xfs_buf *bp; in xfs_qm_dqflush()
Dxfs_dir2_readdir.c164 struct xfs_buf *bp; /* buffer for block */ in xfs_dir2_block_getdents()
273 struct xfs_buf **bpp) in xfs_dir2_leaf_readbuf()
276 struct xfs_buf *bp = *bpp; in xfs_dir2_leaf_readbuf()
476 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 */
325 extern struct xfs_buf *xfs_getsb(xfs_mount_t *, int);
Dxfs_mount.c264 struct xfs_buf *bp; in xfs_readsb()
529 struct xfs_buf *bp; in xfs_check_sizes()
1234 struct xfs_buf *
1239 struct xfs_buf *bp = mp->m_sb_bp; in xfs_getsb()
1259 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()
738 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()
1832 struct xfs_buf *bp) in xlog_recover_get_buf_lsn()
[all …]
Dxfs_log.h180 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()
876 struct xfs_buf *bp; in xfs_qm_dqiter_bufs()
1223 struct xfs_buf *bp = NULL; in xfs_qm_flush_one()
1360 struct xfs_buf *bp = in xfs_qm_quotacheck()
1361 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.c119 static struct xfs_buf *
127 struct xfs_buf *bp; in xfs_growfs_get_hdr_buf()
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_symlink.c52 struct xfs_buf *bp; in xfs_readlink_bmap()
Dxfs_itable.c560 struct xfs_buf *agbp = NULL; in xfs_inumbers()
Dxfs_inode.c3359 struct xfs_buf **bpp) in xfs_iflush()
3362 struct xfs_buf *bp = NULL; in xfs_iflush()
3463 struct xfs_buf *bp) in xfs_iflush_int()
Dxfs_icache.c898 struct xfs_buf *bp = NULL; in xfs_reclaim_inode()
Dxfs_rtalloc.c1181 struct xfs_buf *bp; /* buffer for last block of subvolume */ in xfs_rtmount_init()
Dxfs_log.c1687 struct xfs_buf *bp) in xlog_bdstrat()
/linux-4.1.27/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)