Home
last modified time | relevance | path

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

12

/fs/xfs/libxfs/
Dxfs_shared.h28 struct xfs_buf_ops;
36 extern const struct xfs_buf_ops xfs_agf_buf_ops;
37 extern const struct xfs_buf_ops xfs_agi_buf_ops;
38 extern const struct xfs_buf_ops xfs_agf_buf_ops;
39 extern const struct xfs_buf_ops xfs_agfl_buf_ops;
40 extern const struct xfs_buf_ops xfs_allocbt_buf_ops;
41 extern const struct xfs_buf_ops xfs_rmapbt_buf_ops;
42 extern const struct xfs_buf_ops xfs_refcountbt_buf_ops;
43 extern const struct xfs_buf_ops xfs_attr3_leaf_buf_ops;
44 extern const struct xfs_buf_ops xfs_attr3_rmt_buf_ops;
[all …]
Dxfs_dir2.h187 extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;
188 extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;
189 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
190 extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
191 extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
Dxfs_btree.h164 const struct xfs_buf_ops *buf_ops;
350 const struct xfs_buf_ops *ops);
361 const struct xfs_buf_ops *ops);
373 const struct xfs_buf_ops *ops);
Dxfs_da_btree.h203 const struct xfs_buf_ops *ops);
206 const struct xfs_buf_ops *ops);
Dxfs_dquot_buf.c297 const struct xfs_buf_ops xfs_dquot_buf_ops = {
303 const struct xfs_buf_ops xfs_dquot_buf_ra_ops = {
Dxfs_symlink_remote.c170 const struct xfs_buf_ops xfs_symlink_buf_ops = {
Dxfs_inode_buf.c150 const struct xfs_buf_ops xfs_inode_buf_ops = {
156 const struct xfs_buf_ops xfs_inode_buf_ra_ops = {
Dxfs_sb.c695 const struct xfs_buf_ops xfs_sb_buf_ops = {
701 const struct xfs_buf_ops xfs_sb_quiet_buf_ops = {
Dxfs_dir2_data.c311 const struct xfs_buf_ops xfs_dir3_data_buf_ops = {
317 static const struct xfs_buf_ops xfs_dir3_data_reada_buf_ops = {
Dxfs_refcount_btree.c282 const struct xfs_buf_ops xfs_refcountbt_buf_ops = {
Dxfs_ialloc_btree.c321 const struct xfs_buf_ops xfs_inobt_buf_ops = {
Dxfs_alloc_btree.c391 const struct xfs_buf_ops xfs_allocbt_buf_ops = {
Dxfs_rmap_btree.c374 const struct xfs_buf_ops xfs_rmapbt_buf_ops = {
Dxfs_attr_remote.c204 const struct xfs_buf_ops xfs_attr3_rmt_buf_ops = {
Dxfs_dir2_leaf.c247 const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops = {
253 const struct xfs_buf_ops xfs_dir3_leafn_buf_ops = {
Dxfs_da_btree.c247 const struct xfs_buf_ops xfs_da3_node_buf_ops = {
2595 const struct xfs_buf_ops *ops) in xfs_da_read_buf()
2642 const struct xfs_buf_ops *ops) in xfs_da_reada_buf()
Dxfs_rtbitmap.c63 const struct xfs_buf_ops xfs_rtbuf_ops = {
Dxfs_bmap_btree.c703 const struct xfs_buf_ops xfs_bmbt_buf_ops = {
Dxfs_dir2_block.c125 const struct xfs_buf_ops xfs_dir3_block_buf_ops = {
/fs/xfs/
Dxfs_buf.h139 struct xfs_buf_ops { struct
211 const struct xfs_buf_ops *b_ops;
255 const struct xfs_buf_ops *ops);
258 const struct xfs_buf_ops *ops);
277 const struct xfs_buf_ops *ops) in xfs_buf_read()
288 const struct xfs_buf_ops *ops) in xfs_buf_readahead()
301 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.c761 const struct xfs_buf_ops *ops) in xfs_buf_read_map()
800 const struct xfs_buf_ops *ops) in xfs_buf_readahead_map()
820 const struct xfs_buf_ops *ops) in xfs_buf_read_uncached()
Dxfs_trans_buf.c249 const struct xfs_buf_ops *ops) in xfs_trans_read_buf_map()
Dxfs_mount.c279 const struct xfs_buf_ops *buf_ops; in xfs_readsb()
Dxfs_fsops.c135 const struct xfs_buf_ops *ops) in xfs_growfs_get_hdr_buf()

12