Home
last modified time | relevance | path

Searched refs:walk_fn (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h222 struct xfs_buf *agflbp, xfs_agfl_walk_fn walk_fn, void *priv);
H A Dxfs_alloc.c4149 xfs_agfl_walk_fn walk_fn, in xfs_agfl_walk() argument
4165 error = walk_fn(mp, be32_to_cpu(agfl_bno[i]), priv); in xfs_agfl_walk()
/linux/mm/damon/
H A Dcore.c2481 control->walk_fn(control->data, ctx, t, r, s, sz_filter_passed); in damos_walk_call_walk()