Searched refs:check_consistency (Results 1 – 5 of 5) sorted by relevance
252 int (*check_consistency)(struct fscache_operation *op); member
570 .check_consistency = cachefiles_check_consistency,
957 ret = object->cache->ops->check_consistency(op); in __fscache_check_consistency()
1123 int check_consistency = 0; variable1124 module_param(check_consistency, int, 0644);1130 if (check_consistency && !once) { in check_data_structures()
302 int (*check_consistency)(struct fscache_object *object)
Completed in 29 milliseconds