Searched refs:fscache_operation_init (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/fscache/ |
D | operation.c | 35 void fscache_operation_init(struct fscache_cookie *cookie, in fscache_operation_init() function 52 EXPORT_SYMBOL(fscache_operation_init);
|
D | page.c | 236 fscache_operation_init(cookie, op, fscache_attr_changed_op, NULL, NULL); in __fscache_attr_changed() 321 fscache_operation_init(cookie, &op->op, NULL, in fscache_alloc_retrieval() 990 fscache_operation_init(cookie, &op->op, fscache_write_op, NULL, in __fscache_write_page()
|
D | cookie.c | 902 fscache_operation_init(cookie, op, NULL, NULL, NULL); in __fscache_check_consistency()
|
D | object.c | 996 fscache_operation_init(cookie, op, object->cache->ops->invalidate_object, in _fscache_invalidate_object()
|
/linux-4.19.296/include/linux/ |
D | fscache-cache.h | 138 extern void fscache_operation_init(struct fscache_cookie *,
|