Searched refs:fscache_operation_init (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/fscache/ |
D | page.c | 216 fscache_operation_init(op, fscache_attr_changed_op, NULL); in __fscache_attr_changed() 288 fscache_operation_init(&op->op, NULL, fscache_release_retrieval_op); in fscache_alloc_retrieval() 947 fscache_operation_init(&op->op, fscache_write_op, in __fscache_write_page()
|
D | cookie.c | 674 fscache_operation_init(op, NULL, NULL); in __fscache_check_consistency()
|
D | object.c | 951 fscache_operation_init(op, object->cache->ops->invalidate_object, NULL); in _fscache_invalidate_object()
|
/linux-4.1.27/include/linux/ |
D | fscache-cache.h | 131 static inline void fscache_operation_init(struct fscache_operation *op, in fscache_operation_init() function
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | operations.txt | 55 void fscache_operation_init(struct fscache_operation *op,
|