Home
last modified time | relevance | path

Searched refs:fscache_op_debug_id (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Dfscache-cache.h105 extern atomic_t fscache_op_debug_id;
125 op->debug_id = atomic_inc_return(&fscache_op_debug_id); in fscache_operation_init()
/linux-3.4.99/fs/fscache/
Doperation.c20 atomic_t fscache_op_debug_id; variable
21 EXPORT_SYMBOL(fscache_op_debug_id);
Dpage.c811 op->op.debug_id = atomic_inc_return(&fscache_op_debug_id); in __fscache_write_page()