Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_shared.h53 extern const struct xfs_buf_ops xfs_sb_buf_ops;
Dxfs_sb.c639 const struct xfs_buf_ops xfs_sb_buf_ops = { variable
/linux-4.1.27/fs/xfs/
Dxfs_fsops.c519 &xfs_sb_buf_ops); in xfs_growfs_data_private()
525 bp->b_ops = &xfs_sb_buf_ops; in xfs_growfs_data_private()
Dxfs_mount.c334 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()
341 bp->b_ops = &xfs_sb_buf_ops; in xfs_readsb()
Dxfs_log_recover.c2148 bp->b_ops = &xfs_sb_buf_ops; in xlog_recover_validate_buf_type()
4459 bp->b_ops = &xfs_sb_buf_ops; in xlog_do_recover()