Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dfscache-cache.h100 #define FSCACHE_OP_DEC_READ_CNT 6 /* decrement object->n_reads on destruction */ macro
/linux-4.4.14/fs/fscache/
Dpage.c459 __set_bit(FSCACHE_OP_DEC_READ_CNT, &op->op.flags); in __fscache_read_or_alloc_page()
585 __set_bit(FSCACHE_OP_DEC_READ_CNT, &op->op.flags); in __fscache_read_or_alloc_pages()
Doperation.c506 if (test_bit(FSCACHE_OP_DEC_READ_CNT, &op->flags)) in fscache_put_operation()