Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dfscache-cache.h90 #define FSCACHE_OP_DEC_READ_CNT 7 /* decrement object->n_reads on destruction */ macro
/linux-3.4.99/fs/fscache/
Dpage.c378 set_bit(FSCACHE_OP_DEC_READ_CNT, &op->op.flags); in __fscache_read_or_alloc_page()
494 set_bit(FSCACHE_OP_DEC_READ_CNT, &op->op.flags); in __fscache_read_or_alloc_pages()
Doperation.c343 if (test_bit(FSCACHE_OP_DEC_READ_CNT, &op->flags)) in fscache_put_operation()