Home
last modified time | relevance | path

Searched refs:xfs_agf_buf_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_shared.h36 extern const struct xfs_buf_ops xfs_agf_buf_ops;
38 extern const struct xfs_buf_ops xfs_agf_buf_ops;
Dxfs_alloc.c2342 const struct xfs_buf_ops xfs_agf_buf_ops = { variable
2367 XFS_FSS_TO_BB(mp, 1), flags, bpp, &xfs_agf_buf_ops); in xfs_read_agf()
/linux-4.4.14/fs/xfs/
Dxfs_fsops.c225 &xfs_agf_buf_ops); in xfs_growfs_data_private()
Dxfs_log_recover.c2030 bp->b_ops = &xfs_agf_buf_ops; in xlog_recover_validate_buf_type()