Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_mru_cache.c317 struct xfs_mru_cache **mrup, in xfs_mru_cache_create() argument
327 if (mrup) in xfs_mru_cache_create()
328 *mrup = NULL; in xfs_mru_cache_create()
330 if (!mrup || !grp_count || !lifetime_ms || !free_func) in xfs_mru_cache_create()
363 *mrup = mru; in xfs_mru_cache_create()
H A Dxfs_mru_cache.h21 int xfs_mru_cache_create(struct xfs_mru_cache **mrup, void *data,