Searched refs:xfs_buf_ops (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/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.h104 extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;
105 extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;
106 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
107 extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
108 extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
H A Dxfs_da_btree.h216 int whichfork, const struct xfs_buf_ops *ops);
219 const struct xfs_buf_ops *ops);
H A Dxfs_log_recover.h119 const struct xfs_buf_ops *ops);
H A Dxfs_dquot_buf.c282 const struct xfs_buf_ops xfs_dquot_buf_ops = {
291 const struct xfs_buf_ops xfs_dquot_buf_ra_ops = {
H A Dxfs_ialloc_btree.c360 const struct xfs_buf_ops xfs_inobt_buf_ops = {
368 const struct xfs_buf_ops xfs_finobt_buf_ops = {
H A Dxfs_inode_buf.c107 const struct xfs_buf_ops xfs_inode_buf_ops = {
115 const struct xfs_buf_ops xfs_inode_buf_ra_ops = {
H A Dxfs_alloc_btree.c402 const struct xfs_buf_ops xfs_bnobt_buf_ops = {
411 const struct xfs_buf_ops xfs_cntbt_buf_ops = {
H A Dxfs_rmap_btree.c400 const struct xfs_buf_ops xfs_rmapbt_buf_ops = {
598 static const struct xfs_buf_ops xfs_rmapbt_mem_buf_ops = {
H A Dxfs_symlink_remote.c159 const struct xfs_buf_ops xfs_symlink_buf_ops = {
H A Dxfs_ag.c471 const struct xfs_buf_ops *ops)
769 const struct xfs_buf_ops *ops)
788 const struct xfs_buf_ops *ops;
H A Dxfs_refcount_btree.c279 const struct xfs_buf_ops xfs_refcountbt_buf_ops = {
H A Dxfs_dir2_data.c381 const struct xfs_buf_ops xfs_dir3_data_buf_ops = {
390 static const struct xfs_buf_ops xfs_dir3_data_reada_buf_ops = {
H A Dxfs_btree.h195 const struct xfs_buf_ops *buf_ops;
H A Dxfs_bmap_btree.c475 const struct xfs_buf_ops xfs_bmbt_buf_ops = {
H A Dxfs_attr_remote.c231 const struct xfs_buf_ops xfs_attr3_rmt_buf_ops = {
H A Dxfs_sb.c943 const struct xfs_buf_ops xfs_sb_buf_ops = {
950 const struct xfs_buf_ops xfs_sb_quiet_buf_ops = {
H A Dxfs_da_btree.c345 const struct xfs_buf_ops xfs_da3_node_buf_ops = {
2661 const struct xfs_buf_ops *ops)
2702 const struct xfs_buf_ops *ops)
/linux-master/fs/xfs/
H A Dxfs_buf.h148 struct xfs_buf_ops { struct
226 const struct xfs_buf_ops *b_ops;
235 const struct xfs_buf_ops *ops, xfs_failaddr_t fa);
238 const struct xfs_buf_ops *ops);
272 const struct xfs_buf_ops *ops)
285 const struct xfs_buf_ops *ops)
295 const struct xfs_buf_ops *ops);
390 int xfs_buf_reverify(struct xfs_buf *bp, const struct xfs_buf_ops *ops);
H A Dxfs_trans.h196 const struct xfs_buf_ops *ops);
207 const struct xfs_buf_ops *ops)
H A Dxfs_buf.c829 const struct xfs_buf_ops *ops)
851 const struct xfs_buf_ops *ops,
934 const struct xfs_buf_ops *ops)
963 const struct xfs_buf_ops *ops)
H A Dxfs_trans_buf.c219 const struct xfs_buf_ops *ops)
/linux-master/fs/xfs/scrub/
H A Drepair.h61 const struct xfs_buf_ops *buf_ops;
H A Drcbag_btree.c176 static const struct xfs_buf_ops rcbagbt_mem_buf_ops = {
H A Ddabtree.c208 static const struct xfs_buf_ops xchk_da_btree_buf_ops = {

Completed in 249 milliseconds

12