Searched refs:bt_cache (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_buf_mem.c61 btp = kzalloc(struct_size(btp, bt_cache, 1), GFP_KERNEL);
84 error = xfs_buf_cache_init(btp->bt_cache);
106 xfs_buf_cache_destroy(btp->bt_cache);
125 xfs_buf_cache_destroy(btp->bt_cache);
H A Dxfs_buf.h128 struct xfs_buf_cache bt_cache[]; member in struct:xfs_buftarg
H A Dxfs_buf.c708 return btp->bt_cache;

Completed in 160 milliseconds