Searched refs:xfs_agi_buf_ops (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_shared.h | 25 extern const struct xfs_buf_ops xfs_agi_buf_ops; 38 extern const struct xfs_buf_ops xfs_agi_buf_ops;
|
H A D | xfs_ag.c | 416 .ops = &xfs_agi_buf_ops, in xfs_ag_init_headers()
|
H A D | xfs_ialloc.c | 2599 const struct xfs_buf_ops xfs_agi_buf_ops = { variable 2624 XFS_FSS_TO_BB(mp, 1), 0, bpp, &xfs_agi_buf_ops); in xfs_read_agi()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_shared.h | 26 extern const struct xfs_buf_ops xfs_agi_buf_ops;
|
H A D | xfs_ialloc.c | 2576 const struct xfs_buf_ops xfs_agi_buf_ops = { variable 2600 XFS_FSS_TO_BB(mp, 1), 0, agibpp, &xfs_agi_buf_ops); in xfs_read_agi()
|
H A D | xfs_ag.c | 824 .ops = &xfs_agi_buf_ops, in xfs_ag_init_headers()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf_item_recover.c | 281 bp->b_ops = &xfs_agi_buf_ops; in xlog_recover_validate_buf_type()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_buf_item_recover.c | 290 bp->b_ops = &xfs_agi_buf_ops; in xlog_recover_validate_buf_type()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | agheader_repair.c | 910 agi_bp->b_ops = &xfs_agi_buf_ops; in xrep_agi()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | agheader_repair.c | 1008 agi_bp->b_ops = &xfs_agi_buf_ops; in xrep_agi()
|
Completed in 15 milliseconds