Home
last modified time | relevance | path

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

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