Searched refs:reusable (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | mbcache.h | 44 u64 value, bool reusable);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mbcache.h | 44 u64 value, bool reusable);
|
/kernel/linux/linux-6.6/fs/ |
H A D | mbcache.c | 68 * @reusable - is the entry reusable by others? 75 u64 value, bool reusable) in mb_cache_entry_create() 104 if (reusable) in mb_cache_entry_create() 185 * mb_cache_entry_find_first - find the first reusable entry with the given key 189 * Search in @cache for a reusable entry with key @key. Grabs reference to the 190 * first reusable entry found and returns the entry. 200 * mb_cache_entry_find_next - find next reusable entry with the same key 204 * Finds next reusable entry in the hash chain which has the same key as @entry. 206 * search), finds the first reusable entr 74 mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, u64 value, bool reusable) mb_cache_entry_create() argument [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | mbcache.c | 68 * @reusable - is the entry reusable by others? 75 u64 value, bool reusable) in mb_cache_entry_create() 104 if (reusable) in mb_cache_entry_create() 185 * mb_cache_entry_find_first - find the first reusable entry with the given key 189 * Search in @cache for a reusable entry with key @key. Grabs reference to the 190 * first reusable entry found and returns the entry. 200 * mb_cache_entry_find_next - find next reusable entry with the same key 204 * Finds next reusable entry in the hash chain which has the same key as @entry. 206 * search), finds the first reusable entr 74 mb_cache_entry_create(struct mb_cache *cache, gfp_t mask, u32 key, u64 value, bool reusable) mb_cache_entry_create() argument [all...] |
/kernel/linux/linux-6.6/drivers/of/ |
H A D | of_reserved_mem.c | 171 && of_get_flat_dt_prop(node, "reusable", NULL) in __reserved_mem_alloc_size() 346 bool reusable = in fdt_init_reserved_mem() local 347 (of_get_flat_dt_prop(node, "reusable", NULL)) != NULL; in fdt_init_reserved_mem() 352 reusable ? "reusable" : "non-reusable", in fdt_init_reserved_mem()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | xattr.c | 516 ea_inode->i_ino, true /* reusable */); in ext4_xattr_inode_get() 1550 ea_inode->i_ino, true /* reusable */); in ext4_xattr_inode_lookup_create() 2988 int reusable = le32_to_cpu(header->h_refcount) < in ext4_xattr_block_cache_insert() local 2995 bh->b_blocknr, reusable); in ext4_xattr_block_cache_insert()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | xattr.c | 566 ea_inode->i_ino, true /* reusable */); in ext4_xattr_inode_get() 1604 ea_inode->i_ino, true /* reusable */); in ext4_xattr_inode_lookup_create() 3046 int reusable = le32_to_cpu(header->h_refcount) < in ext4_xattr_block_cache_insert() local 3053 bh->b_blocknr, reusable); in ext4_xattr_block_cache_insert()
|
Completed in 11 milliseconds