Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfscache-cache.h253 int (*check_consistency)(struct fscache_operation *op); member
/kernel/linux/linux-5.10/fs/cachefiles/
Dinterface.c570 .check_consistency = cachefiles_check_consistency,
/kernel/linux/linux-5.10/fs/fscache/
Dcookie.c928 ret = object->cache->ops->check_consistency(op); in __fscache_check_consistency()
/kernel/linux/linux-5.10/kernel/locking/
Dlockdep.c1110 int check_consistency = 0; variable
1111 module_param(check_consistency, int, 0644);
1117 if (check_consistency && !once) { in check_data_structures()
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dbackend-api.rst302 int (*check_consistency)(struct fscache_object *object)