Home
last modified time | relevance | path

Searched refs:FSCACHE_OP_DEAD (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dfscache-cache.h89 #define FSCACHE_OP_DEAD 6 /* op is now dead */ macro
/linux-3.4.99/fs/fscache/
Doperation.c331 if (test_and_set_bit(FSCACHE_OP_DEAD, &op->flags)) in fscache_put_operation()