Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_shared.h39 extern const struct xfs_buf_ops xfs_agfl_buf_ops;
Dxfs_alloc.c521 const struct xfs_buf_ops xfs_agfl_buf_ops = { variable
543 XFS_FSS_TO_BB(mp, 1), 0, &bp, &xfs_agfl_buf_ops); in xfs_alloc_read_agfl()
/linux-4.1.27/fs/xfs/
Dxfs_fsops.c264 &xfs_agfl_buf_ops); in xfs_growfs_data_private()
Dxfs_log_recover.c2029 bp->b_ops = &xfs_agfl_buf_ops; in xlog_recover_validate_buf_type()