Home
last modified time | relevance | path

Searched refs:xfs_buf_ops (Results 1 – 25 of 27) 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_attr3_leaf_buf_ops;
42 extern const struct xfs_buf_ops xfs_attr3_rmt_buf_ops;
43 extern const struct xfs_buf_ops xfs_bmbt_buf_ops;
44 extern const struct xfs_buf_ops xfs_da3_node_buf_ops;
[all …]
Dxfs_dir2.h180 extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;
181 extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;
182 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
183 extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
184 extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
Dxfs_btree.h172 const struct xfs_buf_ops *buf_ops;
343 const struct xfs_buf_ops *ops);
354 const struct xfs_buf_ops *ops);
366 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.c302 const struct xfs_buf_ops xfs_dquot_buf_ops = {
308 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.c138 const struct xfs_buf_ops xfs_inode_buf_ops = {
144 const struct xfs_buf_ops xfs_inode_buf_ra_ops = {
Dxfs_sb.c682 const struct xfs_buf_ops xfs_sb_buf_ops = {
688 const struct xfs_buf_ops xfs_sb_quiet_buf_ops = {
Dxfs_dir2_data.c307 const struct xfs_buf_ops xfs_dir3_data_buf_ops = {
313 static const struct xfs_buf_ops xfs_dir3_data_reada_buf_ops = {
Dxfs_ialloc_btree.c306 const struct xfs_buf_ops xfs_inobt_buf_ops = {
Dxfs_alloc_btree.c381 const struct xfs_buf_ops xfs_allocbt_buf_ops = {
Dxfs_attr_remote.c203 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 = {
2596 const struct xfs_buf_ops *ops) in xfs_da_read_buf()
2643 const struct xfs_buf_ops *ops) in xfs_da_reada_buf()
Dxfs_bmap_btree.c722 const struct xfs_buf_ops xfs_bmbt_buf_ops = {
Dxfs_btree.c722 const struct xfs_buf_ops *ops) in xfs_btree_read_bufl()
750 const struct xfs_buf_ops *ops) in xfs_btree_reada_bufl()
770 const struct xfs_buf_ops *ops) in xfs_btree_reada_bufs()
Dxfs_alloc.c537 const struct xfs_buf_ops xfs_agfl_buf_ops = {
2435 const struct xfs_buf_ops xfs_agf_buf_ops = {
Dxfs_dir2_block.c125 const struct xfs_buf_ops xfs_dir3_block_buf_ops = {
Dxfs_dir2_node.c152 const struct xfs_buf_ops xfs_dir3_free_buf_ops = {
/fs/xfs/
Dxfs_buf.h134 struct xfs_buf_ops { struct
186 const struct xfs_buf_ops *b_ops;
230 const struct xfs_buf_ops *ops);
233 const struct xfs_buf_ops *ops);
252 const struct xfs_buf_ops *ops) in xfs_buf_read()
263 const struct xfs_buf_ops *ops) in xfs_buf_readahead()
277 const struct xfs_buf_ops *ops);
Dxfs_trans.h181 const struct xfs_buf_ops *ops);
192 const struct xfs_buf_ops *ops) in xfs_trans_read_buf()
Dxfs_buf.c644 const struct xfs_buf_ops *ops) in xfs_buf_read_map()
683 const struct xfs_buf_ops *ops) in xfs_buf_readahead_map()
703 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_fsops.c127 const struct xfs_buf_ops *ops) in xfs_growfs_get_hdr_buf()
Dxfs_mount.c278 const struct xfs_buf_ops *buf_ops; in xfs_readsb()

12