Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_shared.h46 extern const struct xfs_buf_ops xfs_sb_quiet_buf_ops;
Dxfs_sb.c784 const struct xfs_buf_ops xfs_sb_quiet_buf_ops = { variable
/Linux-v5.4/fs/xfs/
Dxfs_mount.c344 buf_ops = loud ? &xfs_sb_buf_ops : &xfs_sb_quiet_buf_ops; in xfs_readsb()