Lines Matching +full:resource +full:- +full:files
1 /* SPDX-License-Identifier: GPL-2.0-only */
12 /* private routines between core files */
20 * struct dax_region - mapping infrastructure for dax devices
21 * @id: kernel-wide unique region for a memory range
27 * @res: resource tree to track instance allocations
38 struct resource res;
44 * struct dax_mapping - device to display mapping range attributes
56 * struct dev_dax_range - tuple represenging a range of memory used by dev_dax
58 * @range: resource-span
68 * struct dev_dax - instance data for a subdivision of a dax region, and
70 * @region - parent region
71 * @dax_dev - core dax functionality
76 * @dev - device core
77 * @pgmap - pgmap for memmap setup / lifetime (driver owned)