Home
last modified time | relevance | path

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

12

/linux/fs/xfs/libxfs/
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;
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;
33 extern const struct xfs_buf_ops xfs_dquot_buf_ops;
36 extern const struct xfs_buf_ops xfs_inobt_buf_ops;
41 extern const struct xfs_buf_ops xfs_rtbuf_ops;
[all …]
A Dxfs_dir2.h91 extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;
92 extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;
93 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;
94 extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;
95 extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
A Dxfs_btree.h149 const struct xfs_buf_ops *buf_ops;
365 const struct xfs_buf_ops *ops);
376 const struct xfs_buf_ops *ops);
388 const struct xfs_buf_ops *ops);
A Dxfs_da_btree.h209 int whichfork, const struct xfs_buf_ops *ops);
212 const struct xfs_buf_ops *ops);
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 = {
A Dxfs_log_recover.h122 const struct xfs_buf_ops *ops);
A Dxfs_symlink_remote.c156 const struct xfs_buf_ops xfs_symlink_buf_ops = {
A Dxfs_ag.c309 const struct xfs_buf_ops *ops) in xfs_get_aghdr_buf()
625 const struct xfs_buf_ops *ops) in xfs_ag_init_hdr()
644 const struct xfs_buf_ops *ops;
A Dxfs_alloc_btree.c360 const struct xfs_buf_ops xfs_bnobt_buf_ops = {
369 const struct xfs_buf_ops xfs_cntbt_buf_ops = {
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 = {
A Dxfs_ialloc_btree.c346 const struct xfs_buf_ops xfs_inobt_buf_ops = {
354 const struct xfs_buf_ops xfs_finobt_buf_ops = {
A Dxfs_dir2_data.c380 const struct xfs_buf_ops xfs_dir3_data_buf_ops = {
389 static const struct xfs_buf_ops xfs_dir3_data_reada_buf_ops = {
A Dxfs_refcount_btree.c264 const struct xfs_buf_ops xfs_refcountbt_buf_ops = {
A Dxfs_sb.c831 const struct xfs_buf_ops xfs_sb_buf_ops = {
838 const struct xfs_buf_ops xfs_sb_quiet_buf_ops = {
A Dxfs_attr_remote.c230 const struct xfs_buf_ops xfs_attr3_rmt_buf_ops = {
A Dxfs_rmap_btree.c359 const struct xfs_buf_ops xfs_rmapbt_buf_ops = {
A Dxfs_bmap_btree.c490 const struct xfs_buf_ops xfs_bmbt_buf_ops = {
A Dxfs_rtbitmap.c43 const struct xfs_buf_ops xfs_rtbuf_ops = {
/linux/fs/xfs/
A Dxfs_buf.h116 struct xfs_buf_ops { struct
194 const struct xfs_buf_ops *b_ops;
206 const struct xfs_buf_ops *ops, xfs_failaddr_t fa);
209 const struct xfs_buf_ops *ops);
230 const struct xfs_buf_ops *ops) in xfs_buf_read()
243 const struct xfs_buf_ops *ops) in xfs_buf_readahead()
253 const struct xfs_buf_ops *ops);
351 int xfs_buf_reverify(struct xfs_buf *bp, const struct xfs_buf_ops *ops);
A Dxfs_trans.h190 const struct xfs_buf_ops *ops);
201 const struct xfs_buf_ops *ops) in xfs_trans_read_buf()
A Dxfs_buf.c745 const struct xfs_buf_ops *ops) in xfs_buf_reverify()
767 const struct xfs_buf_ops *ops, in xfs_buf_read_map()
842 const struct xfs_buf_ops *ops) in xfs_buf_readahead_map()
867 const struct xfs_buf_ops *ops) in xfs_buf_read_uncached()
A Dxfs_trans_buf.c219 const struct xfs_buf_ops *ops) in xfs_trans_read_buf_map()
/linux/fs/xfs/scrub/
A Drepair.h31 const struct xfs_buf_ops *ops);
45 const struct xfs_buf_ops *buf_ops;
A Ddabtree.c207 static const struct xfs_buf_ops xchk_da_btree_buf_ops = {
A Drepair.c345 const struct xfs_buf_ops *ops) in xrep_init_btblock()

Completed in 51 milliseconds

12