Home
last modified time | relevance | path

Searched refs:xfs_buf_ops (Results 1 – 25 of 31) sorted by relevance

12

/linux/fs/xfs/libxfs/
H A Dxfs_shared.h16 struct xfs_buf_ops;
24 extern const struct xfs_buf_ops xfs_agf_buf_ops;
25 extern const struct xfs_buf_ops xfs_agfl_buf_ops;
26 extern const struct xfs_buf_ops xfs_agi_buf_ops;
27 extern const struct xfs_buf_ops xfs_attr3_leaf_buf_ops;
28 extern const struct xfs_buf_ops xfs_attr3_rmt_buf_ops;
29 extern const struct xfs_buf_ops xfs_bmbt_buf_ops;
30 extern const struct xfs_buf_ops xfs_bnobt_buf_ops;
31 extern const struct xfs_buf_ops xfs_cntbt_buf_ops;
32 extern const struct xfs_buf_ops xfs_da3_node_buf_op
[all...]
H A Dxfs_dir2.h120 extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;
121 extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;
122 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
123 extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
124 extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
H A Dxfs_da_btree.h218 int whichfork, const struct xfs_buf_ops *ops);
221 const struct xfs_buf_ops *ops);
H A Dxfs_dquot_buf.c285 const struct xfs_buf_ops xfs_dquot_buf_ops = {
294 const struct xfs_buf_ops xfs_dquot_buf_ra_ops = {
H A Dxfs_log_recover.h127 const struct xfs_buf_ops *ops);
H A Dxfs_alloc_btree.c333 const struct xfs_buf_ops xfs_bnobt_buf_ops = {
342 const struct xfs_buf_ops xfs_cntbt_buf_ops = {
H A Dxfs_ag.c299 const struct xfs_buf_ops *ops) in xfs_get_aghdr_buf()
597 const struct xfs_buf_ops *ops) in xfs_ag_init_hdr()
616 const struct xfs_buf_ops *ops;
H A Dxfs_rtbitmap.c106 const struct xfs_buf_ops xfs_rtbuf_ops = {
112 const struct xfs_buf_ops xfs_rtbitmap_buf_ops = {
120 const struct xfs_buf_ops xfs_rtsummary_buf_ops = {
H A Dxfs_rtbitmap.h357 static inline const struct xfs_buf_ops *
H A Dxfs_rtrmap_btree.c299 const struct xfs_buf_ops xfs_rtrmapbt_buf_ops = {
572 static const struct xfs_buf_ops xfs_rtrmapbt_mem_buf_ops = {
H A Dxfs_refcount_btree.c278 const struct xfs_buf_ops xfs_refcountbt_buf_ops = {
H A Dxfs_dir2_data.c402 const struct xfs_buf_ops xfs_dir3_data_buf_ops = {
411 static const struct xfs_buf_ops xfs_dir3_data_reada_buf_ops = {
H A Dxfs_btree.h192 const struct xfs_buf_ops *buf_ops;
H A Dxfs_rtgroup.c684 const struct xfs_buf_ops xfs_rtsb_buf_ops = {
H A Dxfs_attr_remote.c243 const struct xfs_buf_ops xfs_attr3_rmt_buf_ops = {
H A Dxfs_rtrefcount_btree.c244 const struct xfs_buf_ops xfs_rtrefcountbt_buf_ops = {
H A Dxfs_bmap_btree.c463 const struct xfs_buf_ops xfs_bmbt_buf_ops = {
H A Dxfs_sb.c1176 const struct xfs_buf_ops xfs_sb_buf_ops = {
1183 const struct xfs_buf_ops xfs_sb_quiet_buf_ops = {
/linux/fs/xfs/
H A Dxfs_buf.h137 struct xfs_buf_ops { struct
209 const struct xfs_buf_ops *b_ops;
218 const struct xfs_buf_ops *ops, xfs_failaddr_t fa);
221 const struct xfs_buf_ops *ops);
255 const struct xfs_buf_ops *ops) in xfs_buf_read()
268 const struct xfs_buf_ops *ops) in xfs_buf_readahead()
278 const struct xfs_buf_ops *ops);
379 int xfs_buf_reverify(struct xfs_buf *bp, const struct xfs_buf_ops *ops);
138 namexfs_buf_ops global() argument
139 __anon8ed29029010axfs_buf_ops global() argument
143 verify_readxfs_buf_ops global() argument
144 verify_writexfs_buf_ops global() argument
145 verify_structxfs_buf_ops global() argument
H A Dxfs_buf.c669 const struct xfs_buf_ops *ops) in xfs_buf_reverify()
691 const struct xfs_buf_ops *ops, in xfs_buf_read_map()
766 const struct xfs_buf_ops *ops) in xfs_buf_readahead_map()
807 const struct xfs_buf_ops *ops) in xfs_buf_read_uncached()
H A Dxfs_trans_buf.c234 const struct xfs_buf_ops *ops) in xfs_trans_read_buf_map()
/linux/fs/xfs/scrub/
H A Drepair.h64 const struct xfs_buf_ops *buf_ops;
183 bool xrep_buf_verify_struct(struct xfs_buf *bp, const struct xfs_buf_ops *ops);
H A Drcbag_btree.c158 static const struct xfs_buf_ops rcbagbt_mem_buf_ops = {
H A Drepair.c1282 const struct xfs_buf_ops *ops) in xrep_buf_verify_struct()
1284 const struct xfs_buf_ops *old_ops = bp->b_ops; in xrep_buf_verify_struct()
H A Ddabtree.c224 static const struct xfs_buf_ops xchk_da_btree_buf_ops = {

12