Home
last modified time | relevance | path

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

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