Searched refs:agflbp (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_alloc.h | 79 struct xfs_buf *agfbp, struct xfs_buf *agflbp, 222 struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv);
|
| H A D | xfs_alloc.c | 2834 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local 3003 agflbp, bno, 0); in xfs_alloc_fix_freelist() 3008 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist() 3013 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist() 3035 struct xfs_buf *agflbp; in xfs_alloc_get_freelist() local 3060 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_get_freelist() 3066 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist() 3137 struct xfs_buf *agflbp, in xfs_alloc_put_freelist() argument 3149 if (!agflbp) { in xfs_alloc_put_freelist() 3172 agfl_bno = xfs_buf_to_agfl_bno(agflbp); in xfs_alloc_put_freelist() [all …]
|