Home
last modified time | relevance | path

Searched refs:buf_ops (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_mount.c268 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/
Dxfs_ialloc_btree.c339 .buf_ops = &xfs_inobt_buf_ops,
361 .buf_ops = &xfs_inobt_buf_ops,
Dxfs_btree.c360 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()
Dxfs_btree.h165 const struct xfs_buf_ops *buf_ops; member
Dxfs_alloc_btree.c442 .buf_ops = &xfs_allocbt_buf_ops,
Dxfs_bmap_btree.c766 .buf_ops = &xfs_bmbt_buf_ops,