Home
last modified time | relevance | path

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

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