Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_shared.h42 extern const struct xfs_buf_ops xfs_sb_buf_ops;
H A Dxfs_sb.c954 const struct xfs_buf_ops xfs_sb_buf_ops = { variable
1141 bp->b_ops = &xfs_sb_buf_ops; in xfs_update_secondary_sbs()
1317 XFS_FSS_TO_BB(mp, 1), 0, &bp, &xfs_sb_buf_ops); in xfs_sb_read_secondary()
1344 bp->b_ops = &xfs_sb_buf_ops; in xfs_sb_get_secondary()
H A Dxfs_ag.c719 .ops = &xfs_sb_buf_ops, in xfs_ag_init_headers()
/linux/fs/xfs/
H A Dxfs_mount.c231 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
246 bp->b_ops = &xfs_sb_buf_ops; in xfs_readsb()
H A Dxfs_buf_item_recover.c392 bp->b_ops = &xfs_sb_buf_ops; in xlog_recover_validate_buf_type()