Searched defs:index_key_len (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/fscache/ |
H A D | cookie.c | 74 fscache_set_key(struct fscache_cookie *cookie, const void *index_key, size_t index_key_len) fscache_set_key() argument 123 fscache_alloc_cookie( struct fscache_cookie *parent, const struct fscache_cookie_def *def, const void *index_key, size_t index_key_len, const void *aux_data, size_t aux_data_len, void *netfs_data, loff_t object_size) fscache_alloc_cookie() argument 237 __fscache_acquire_cookie( struct fscache_cookie *parent, const struct fscache_cookie_def *def, const void *index_key, size_t index_key_len, const void *aux_data, size_t aux_data_len, void *netfs_data, loff_t object_size, bool enable) __fscache_acquire_cookie() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | fscache.h | 322 fscache_acquire_cookie( struct fscache_cookie *parent, const struct fscache_cookie_def *def, const void *index_key, size_t index_key_len, const void *aux_data, size_t aux_data_len, void *netfs_data, loff_t object_size, bool enable) fscache_acquire_cookie() argument
|
/kernel/linux/linux-6.6/fs/fscache/ |
H A D | cookie.c | 277 fscache_set_key(struct fscache_cookie *cookie, const void *index_key, size_t index_key_len) fscache_set_key() argument 325 fscache_alloc_cookie( struct fscache_volume *volume, u8 advice, const void *index_key, size_t index_key_len, const void *aux_data, size_t aux_data_len, loff_t object_size) fscache_alloc_cookie() argument 450 __fscache_acquire_cookie( struct fscache_volume *volume, u8 advice, const void *index_key, size_t index_key_len, const void *aux_data, size_t aux_data_len, loff_t object_size) __fscache_acquire_cookie() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | fscache.h | 243 fscache_acquire_cookie(struct fscache_volume *volume, u8 advice, const void *index_key, size_t index_key_len, const void *aux_data, size_t aux_data_len, loff_t object_size) fscache_acquire_cookie() argument
|
Completed in 5 milliseconds