Home
last modified time | relevance | path

Searched refs:agflbp (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.c1939 struct xfs_buf *agflbp = NULL; in xfs_alloc_fix_freelist() local
2028 error = xfs_alloc_read_agfl(mp, tp, targs.agno, &agflbp); in xfs_alloc_fix_freelist()
2057 agflbp, bno, 0); in xfs_alloc_fix_freelist()
2062 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2067 xfs_trans_brelse(tp, agflbp); in xfs_alloc_fix_freelist()
2088 xfs_buf_t *agflbp;/* buffer for a.g. freelist structure */ in xfs_alloc_get_freelist() local
2108 &agflbp); in xfs_alloc_get_freelist()
2116 agfl_bno = XFS_BUF_TO_AGFL_BNO(mp, agflbp); in xfs_alloc_get_freelist()
2119 xfs_trans_brelse(tp, agflbp); in xfs_alloc_get_freelist()
2205 xfs_buf_t *agflbp,/* buffer for a.g. free block array */ in xfs_alloc_put_freelist() argument
[all …]
Dxfs_alloc.h184 struct xfs_buf *agflbp,/* buffer for a.g. free block array */