Home
last modified time | relevance | path

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

/linux/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_ops;
[all …]
H A Dxfs_dir2.h120 extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;
121 extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;
122 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
123 extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
124 extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
H A Dxfs_da_btree.h220 int whichfork, const struct xfs_buf_ops *ops);
223 const struct xfs_buf_ops *ops);
H A Dxfs_dquot_buf.c283 const struct xfs_buf_ops xfs_dquot_buf_ops = {
292 const struct xfs_buf_ops xfs_dquot_buf_ra_ops = {
H A Dxfs_log_recover.h127 const struct xfs_buf_ops *ops);
H A Dxfs_rtbitmap.h357 static inline const struct xfs_buf_ops *
H A Dxfs_dir2_data.c408 const struct xfs_buf_ops xfs_dir3_data_buf_ops = {
417 static const struct xfs_buf_ops xfs_dir3_data_reada_buf_ops = {
H A Dxfs_btree.h192 const struct xfs_buf_ops *buf_ops;
H A Dxfs_rtrefcount_btree.c244 const struct xfs_buf_ops xfs_rtrefcountbt_buf_ops = {
H A Dxfs_sb.c1189 const struct xfs_buf_ops xfs_sb_buf_ops = {
1196 const struct xfs_buf_ops xfs_sb_quiet_buf_ops = {
/linux/fs/xfs/
H A Dxfs_buf.h123 struct xfs_buf_ops { struct
193 const struct xfs_buf_ops *b_ops;
202 const struct xfs_buf_ops *ops, xfs_failaddr_t fa);
205 const struct xfs_buf_ops *ops);
239 const struct xfs_buf_ops *ops) in xfs_buf_read()
252 const struct xfs_buf_ops *ops) in xfs_buf_readahead()
262 const struct xfs_buf_ops *ops);
H A Dxfs_buf.c636 const struct xfs_buf_ops *ops, in xfs_buf_read_map()
745 const struct xfs_buf_ops *ops) in xfs_buf_readahead_map()
801 const struct xfs_buf_ops *ops) in xfs_buf_read_uncached()
H A Dxfs_log_recover.c1976 const struct xfs_buf_ops *ops) in xlog_buf_readahead()
/linux/fs/xfs/scrub/
H A Drepair.h56 const struct xfs_buf_ops *buf_ops;
175 bool xrep_buf_verify_struct(struct xfs_buf *bp, const struct xfs_buf_ops *ops);