Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_shared.h37 extern const struct xfs_buf_ops xfs_agi_buf_ops;
47 extern const struct xfs_buf_ops xfs_agi_buf_ops;
Dxfs_ialloc.c2119 const struct xfs_buf_ops xfs_agi_buf_ops = { variable
2141 XFS_FSS_TO_BB(mp, 1), 0, bpp, &xfs_agi_buf_ops); in xfs_read_agi()
/linux-4.1.27/fs/xfs/
Dxfs_fsops.c292 &xfs_agi_buf_ops); in xfs_growfs_data_private()
Dxfs_log_recover.c2037 bp->b_ops = &xfs_agi_buf_ops; in xlog_recover_validate_buf_type()