Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_buf.c373 struct xfs_buf_cache *bch) in xfs_buf_cache_init() argument
375 return rhashtable_init(&bch->bc_hash, &xfs_buf_hash_params); in xfs_buf_cache_init()
380 struct xfs_buf_cache *bch) in xfs_buf_cache_destroy() argument
382 rhashtable_destroy(&bch->bc_hash); in xfs_buf_cache_destroy()
459 struct xfs_buf_cache *bch, in xfs_buf_lookup() argument
493 struct xfs_buf_cache *bch, in xfs_buf_find_insert() argument
513 bp = rhashtable_lookup_get_insert_fast(&bch->bc_hash, in xfs_buf_find_insert()
578 struct xfs_buf_cache *bch; in xfs_buf_get_map() local
595 bch = xfs_buftarg_buf_cache(btp, pag); in xfs_buf_get_map()
597 error = xfs_buf_lookup(bch, &cmap, flags, &bp); in xfs_buf_get_map()
[all …]
A Dxfs_buf.h79 int xfs_buf_cache_init(struct xfs_buf_cache *bch);
80 void xfs_buf_cache_destroy(struct xfs_buf_cache *bch);

Completed in 10 milliseconds