Home
last modified time | relevance | path

Searched refs:xfs_sb_buf_ops (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_shared.h47 extern const struct xfs_buf_ops xfs_sb_buf_ops;
H A Dxfs_sb.c1189 const struct xfs_buf_ops xfs_sb_buf_ops = { variable
1436 bp->b_ops = &xfs_sb_buf_ops; in xfs_update_secondary_sbs()
1628 XFS_FSS_TO_BB(mp, 1), 0, &bp, &xfs_sb_buf_ops); in xfs_sb_read_secondary()
1655 bp->b_ops = &xfs_sb_buf_ops; in xfs_sb_get_secondary()
/linux/fs/xfs/
H A Dxfs_buf_item_recover.c400 bp->b_ops = &xfs_sb_buf_ops; in xlog_recover_validate_buf_type()