Searched refs:buf_ops (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_mount.c | 268 const struct xfs_buf_ops *buf_ops; in xfs_readsb() local 281 buf_ops = NULL; in xfs_readsb() 290 BTOBB(sector_size), 0, &bp, buf_ops); in xfs_readsb() 327 if (buf_ops == NULL) { in xfs_readsb() 334 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_ialloc_btree.c | 339 .buf_ops = &xfs_inobt_buf_ops, 361 .buf_ops = &xfs_inobt_buf_ops,
|
D | xfs_btree.c | 360 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor() 777 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock() 783 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock() 803 left, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock() 809 right, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock() 879 cur->bc_mp->m_bsize * count, cur->bc_ops->buf_ops); in xfs_btree_readahead_ptr() 1143 (*bpp)->b_ops = cur->bc_ops->buf_ops; in xfs_btree_get_buf_block() 1170 cur->bc_ops->buf_ops); in xfs_btree_read_buf_block()
|
D | xfs_btree.h | 165 const struct xfs_buf_ops *buf_ops; member
|
D | xfs_alloc_btree.c | 442 .buf_ops = &xfs_allocbt_buf_ops,
|
D | xfs_bmap_btree.c | 766 .buf_ops = &xfs_bmbt_buf_ops,
|