Home
last modified time | relevance | path

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

12

/linux-4.19.296/fs/xfs/libxfs/
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_agi_buf_ops;
26 extern const struct xfs_buf_ops xfs_agf_buf_ops;
27 extern const struct xfs_buf_ops xfs_agfl_buf_ops;
28 extern const struct xfs_buf_ops xfs_allocbt_buf_ops;
29 extern const struct xfs_buf_ops xfs_rmapbt_buf_ops;
30 extern const struct xfs_buf_ops xfs_refcountbt_buf_ops;
31 extern const struct xfs_buf_ops xfs_attr3_leaf_buf_ops;
32 extern const struct xfs_buf_ops xfs_attr3_rmt_buf_ops;
[all …]
Dxfs_dir2.h171 extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;
172 extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;
173 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
174 extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
175 extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
Dxfs_btree.h151 const struct xfs_buf_ops *buf_ops;
351 const struct xfs_buf_ops *ops);
362 const struct xfs_buf_ops *ops);
374 const struct xfs_buf_ops *ops);
Dxfs_da_btree.h188 const struct xfs_buf_ops *ops);
191 const struct xfs_buf_ops *ops);
Dxfs_dquot_buf.c278 const struct xfs_buf_ops xfs_dquot_buf_ops = {
285 const struct xfs_buf_ops xfs_dquot_buf_ra_ops = {
Dxfs_ag.c29 const struct xfs_buf_ops *ops) in xfs_get_aghdr_buf()
269 const struct xfs_buf_ops *ops) in xfs_ag_init_hdr()
288 const struct xfs_buf_ops *ops;
Dxfs_symlink_remote.c160 const struct xfs_buf_ops xfs_symlink_buf_ops = {
Dxfs_inode_buf.c148 const struct xfs_buf_ops xfs_inode_buf_ops = {
154 const struct xfs_buf_ops xfs_inode_buf_ra_ops = {
Dxfs_refcount_btree.c267 const struct xfs_buf_ops xfs_refcountbt_buf_ops = {
Dxfs_dir2_data.c340 const struct xfs_buf_ops xfs_dir3_data_buf_ops = {
347 static const struct xfs_buf_ops xfs_dir3_data_reada_buf_ops = {
Dxfs_rmap_btree.c366 const struct xfs_buf_ops xfs_rmapbt_buf_ops = {
Dxfs_attr_remote.c221 const struct xfs_buf_ops xfs_attr3_rmt_buf_ops = {
Dxfs_alloc_btree.c380 const struct xfs_buf_ops xfs_allocbt_buf_ops = {
Dxfs_ialloc_btree.c332 const struct xfs_buf_ops xfs_inobt_buf_ops = {
Dxfs_sb.c782 const struct xfs_buf_ops xfs_sb_buf_ops = {
788 const struct xfs_buf_ops xfs_sb_quiet_buf_ops = {
Dxfs_bmap_btree.c482 const struct xfs_buf_ops xfs_bmbt_buf_ops = {
Dxfs_rtbitmap.c51 const struct xfs_buf_ops xfs_rtbuf_ops = {
Dxfs_da_btree.c258 const struct xfs_buf_ops xfs_da3_node_buf_ops = {
2628 const struct xfs_buf_ops *ops) in xfs_da_read_buf()
2675 const struct xfs_buf_ops *ops) in xfs_da_reada_buf()
/linux-4.19.296/fs/xfs/
Dxfs_buf.h126 struct xfs_buf_ops { struct
200 const struct xfs_buf_ops *b_ops;
229 const struct xfs_buf_ops *ops);
232 const struct xfs_buf_ops *ops);
251 const struct xfs_buf_ops *ops) in xfs_buf_read()
262 const struct xfs_buf_ops *ops) in xfs_buf_readahead()
275 const struct xfs_buf_ops *ops);
Dxfs_trans.h188 const struct xfs_buf_ops *ops);
199 const struct xfs_buf_ops *ops) in xfs_trans_read_buf()
Dxfs_buf.c784 const struct xfs_buf_ops *ops) in xfs_buf_read_map()
823 const struct xfs_buf_ops *ops) in xfs_buf_readahead_map()
843 const struct xfs_buf_ops *ops) in xfs_buf_read_uncached()
Dxfs_trans_buf.c234 const struct xfs_buf_ops *ops) in xfs_trans_read_buf_map()
/linux-4.19.296/fs/xfs/scrub/
Drepair.h28 const struct xfs_buf_ops *ops);
42 const struct xfs_buf_ops *buf_ops;
Ddabtree.c239 static const struct xfs_buf_ops xchk_da_btree_buf_ops = {
Drepair.c355 const struct xfs_buf_ops *ops) in xrep_init_btblock()

12