Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_shared.h53 extern const struct xfs_buf_ops xfs_sb_buf_ops;
Dxfs_sb.c681 const struct xfs_buf_ops xfs_sb_buf_ops = { variable
/linux-4.4.14/fs/xfs/
Dxfs_fsops.c521 &xfs_sb_buf_ops); in xfs_growfs_data_private()
527 bp->b_ops = &xfs_sb_buf_ops; in xfs_growfs_data_private()
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.c2157 bp->b_ops = &xfs_sb_buf_ops; in xlog_recover_validate_buf_type()
4575 bp->b_ops = &xfs_sb_buf_ops; in xlog_do_recover()