Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_shared.h45 extern const struct xfs_buf_ops xfs_sb_buf_ops;
Dxfs_sb.c777 const struct xfs_buf_ops xfs_sb_buf_ops = { variable
1006 bp->b_ops = &xfs_sb_buf_ops; in xfs_update_secondary_sbs()
1170 XFS_FSS_TO_BB(mp, 1), 0, &bp, &xfs_sb_buf_ops); in xfs_sb_read_secondary()
1194 bp->b_ops = &xfs_sb_buf_ops; in xfs_sb_get_secondary()
Dxfs_ag.c387 .ops = &xfs_sb_buf_ops, in xfs_ag_init_headers()
/fs/xfs/
Dxfs_mount.c344 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
351 bp->b_ops = &xfs_sb_buf_ops; in xfs_readsb()
Dxfs_log_recover.c2511 bp->b_ops = &xfs_sb_buf_ops; in xlog_recover_validate_buf_type()
5625 bp->b_ops = &xfs_sb_buf_ops; in xlog_do_recover()