Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_shared.h43 extern const struct xfs_buf_ops xfs_sb_quiet_buf_ops;
H A Dxfs_sb.c943 const struct xfs_buf_ops xfs_sb_quiet_buf_ops = { variable
/openbmc/linux/fs/xfs/
H A Dxfs_mount.c226 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()