Home
last modified time | relevance | path

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

/linux-4.1.27/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.h165 const struct xfs_buf_ops *buf_ops;
336 const struct xfs_buf_ops *ops);
347 const struct xfs_buf_ops *ops);
359 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.c303 const struct xfs_buf_ops xfs_dquot_buf_ops = {
308 const struct xfs_buf_ops xfs_dquot_buf_ra_ops = {
Dxfs_symlink_remote.c166 const struct xfs_buf_ops xfs_symlink_buf_ops = {
Dxfs_inode_buf.c140 const struct xfs_buf_ops xfs_inode_buf_ops = {
145 const struct xfs_buf_ops xfs_inode_buf_ra_ops = {
Dxfs_sb.c639 const struct xfs_buf_ops xfs_sb_buf_ops = {
644 const struct xfs_buf_ops xfs_sb_quiet_buf_ops = {
Dxfs_ialloc_btree.c297 const struct xfs_buf_ops xfs_inobt_buf_ops = {
Dxfs_dir2_data.c304 const struct xfs_buf_ops xfs_dir3_data_buf_ops = {
309 static const struct xfs_buf_ops xfs_dir3_data_reada_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.c244 const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops = {
249 const struct xfs_buf_ops xfs_dir3_leafn_buf_ops = {
Dxfs_da_btree.c243 const struct xfs_buf_ops xfs_da3_node_buf_ops = {
2585 const struct xfs_buf_ops *ops) in xfs_da_read_buf()
2632 const struct xfs_buf_ops *ops) in xfs_da_reada_buf()
Dxfs_bmap_btree.c721 const struct xfs_buf_ops xfs_bmbt_buf_ops = {
Dxfs_btree.c707 const struct xfs_buf_ops *ops) in xfs_btree_read_bufl()
735 const struct xfs_buf_ops *ops) in xfs_btree_reada_bufl()
755 const struct xfs_buf_ops *ops) in xfs_btree_reada_bufs()
Dxfs_dir2_block.c122 const struct xfs_buf_ops xfs_dir3_block_buf_ops = {
Dxfs_alloc.c521 const struct xfs_buf_ops xfs_agfl_buf_ops = {
2278 const struct xfs_buf_ops xfs_agf_buf_ops = {
Dxfs_ialloc.c2119 const struct xfs_buf_ops xfs_agi_buf_ops = {
Dxfs_dir2_node.c149 const struct xfs_buf_ops xfs_dir3_free_buf_ops = {
Dxfs_attr_leaf.c327 const struct xfs_buf_ops xfs_attr3_leaf_buf_ops = {
/linux-4.1.27/fs/xfs/
Dxfs_buf.h133 struct xfs_buf_ops { struct
184 const struct xfs_buf_ops *b_ops;
228 const struct xfs_buf_ops *ops);
231 const struct xfs_buf_ops *ops);
250 const struct xfs_buf_ops *ops) in xfs_buf_read()
261 const struct xfs_buf_ops *ops) in xfs_buf_readahead()
275 const struct xfs_buf_ops *ops);
Dxfs_trans.h184 const struct xfs_buf_ops *ops);
195 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.c125 const struct xfs_buf_ops *ops) in xfs_growfs_get_hdr_buf()
Dxfs_mount.c268 const struct xfs_buf_ops *buf_ops; in xfs_readsb()