Searched refs:xfs_buf_ops (Results 1 – 25 of 35) sorted by relevance
12
16 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 …]
121 extern const struct xfs_buf_ops xfs_dir3_block_buf_ops;122 extern const struct xfs_buf_ops xfs_dir3_leafn_buf_ops;123 extern const struct xfs_buf_ops xfs_dir3_leaf1_buf_ops;124 extern const struct xfs_buf_ops xfs_dir3_free_buf_ops;125 extern const struct xfs_buf_ops xfs_dir3_data_buf_ops;
218 int whichfork, const struct xfs_buf_ops *ops);221 const struct xfs_buf_ops *ops);
282 const struct xfs_buf_ops xfs_dquot_buf_ops = {291 const struct xfs_buf_ops xfs_dquot_buf_ra_ops = {
121 const struct xfs_buf_ops *ops);
341 const struct xfs_buf_ops xfs_bnobt_buf_ops = {350 const struct xfs_buf_ops xfs_cntbt_buf_ops = {
107 const struct xfs_buf_ops xfs_inode_buf_ops = {115 const struct xfs_buf_ops xfs_inode_buf_ra_ops = {
376 const struct xfs_buf_ops *ops) in xfs_get_aghdr_buf()674 const struct xfs_buf_ops *ops) in xfs_ag_init_hdr()693 const struct xfs_buf_ops *ops;
360 const struct xfs_buf_ops xfs_inobt_buf_ops = {368 const struct xfs_buf_ops xfs_finobt_buf_ops = {
405 const struct xfs_buf_ops xfs_rmapbt_buf_ops = {603 static const struct xfs_buf_ops xfs_rmapbt_mem_buf_ops = {
159 const struct xfs_buf_ops xfs_symlink_buf_ops = {
279 const struct xfs_buf_ops xfs_refcountbt_buf_ops = {
402 const struct xfs_buf_ops xfs_dir3_data_buf_ops = {411 static const struct xfs_buf_ops xfs_dir3_data_reada_buf_ops = {
189 const struct xfs_buf_ops *buf_ops;
954 const struct xfs_buf_ops xfs_sb_buf_ops = {961 const struct xfs_buf_ops xfs_sb_quiet_buf_ops = {
243 const struct xfs_buf_ops xfs_attr3_rmt_buf_ops = {
475 const struct xfs_buf_ops xfs_bmbt_buf_ops = {
148 struct xfs_buf_ops { struct226 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) in xfs_buf_read()285 const struct xfs_buf_ops *ops) in xfs_buf_readahead()295 const struct xfs_buf_ops *ops);390 int xfs_buf_reverify(struct xfs_buf *bp, const struct xfs_buf_ops *ops);
198 const struct xfs_buf_ops *ops);209 const struct xfs_buf_ops *ops) in xfs_trans_read_buf()
832 const struct xfs_buf_ops *ops) in xfs_buf_reverify()854 const struct xfs_buf_ops *ops, in xfs_buf_read_map()937 const struct xfs_buf_ops *ops) in xfs_buf_readahead_map()966 const struct xfs_buf_ops *ops) in xfs_buf_read_uncached()
219 const struct xfs_buf_ops *ops) in xfs_trans_read_buf_map()
61 const struct xfs_buf_ops *buf_ops;161 bool xrep_buf_verify_struct(struct xfs_buf *bp, const struct xfs_buf_ops *ops);
176 static const struct xfs_buf_ops rcbagbt_mem_buf_ops = {
1190 const struct xfs_buf_ops *ops) in xrep_buf_verify_struct()1192 const struct xfs_buf_ops *old_ops = bp->b_ops; in xrep_buf_verify_struct()
224 static const struct xfs_buf_ops xchk_da_btree_buf_ops = {
Completed in 62 milliseconds