Home
last modified time | relevance | path

Searched refs:fscache_operation_init (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/fscache/
Dpage.c216 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()
Dcookie.c674 fscache_operation_init(op, NULL, NULL); in __fscache_check_consistency()
Dobject.c951 fscache_operation_init(op, object->cache->ops->invalidate_object, NULL); in _fscache_invalidate_object()
/linux-4.1.27/include/linux/
Dfscache-cache.h131 static inline void fscache_operation_init(struct fscache_operation *op, in fscache_operation_init() function
/linux-4.1.27/Documentation/filesystems/caching/
Doperations.txt55 void fscache_operation_init(struct fscache_operation *op,