Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h220 typedef int (*xfs_agfl_walk_fn)(struct xfs_mount *mp, xfs_agblock_t bno, typedef
223 struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv);
H A Dxfs_alloc.c3922 xfs_agfl_walk_fn walk_fn, in xfs_agfl_walk()