Searched refs:fscache_operation_init (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/fscache/ |
D | page.c | 216 fscache_operation_init(op, fscache_attr_changed_op, NULL, NULL); in __fscache_attr_changed() 300 fscache_operation_init(&op->op, NULL, in fscache_alloc_retrieval() 947 fscache_operation_init(&op->op, fscache_write_op, NULL, in __fscache_write_page()
|
D | operation.c | 35 void fscache_operation_init(struct fscache_operation *op, in fscache_operation_init() function 50 EXPORT_SYMBOL(fscache_operation_init);
|
D | cookie.c | 675 fscache_operation_init(op, NULL, NULL, NULL); in __fscache_check_consistency()
|
D | object.c | 964 fscache_operation_init(op, object->cache->ops->invalidate_object, in _fscache_invalidate_object()
|
/linux-4.4.14/include/linux/ |
D | fscache-cache.h | 126 extern void fscache_operation_init(struct fscache_operation *,
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | operations.txt | 55 void fscache_operation_init(struct fscache_operation *op,
|