Home
last modified time | relevance | path

Searched refs:FSCACHE_OP_MYTHREAD (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/Documentation/filesystems/caching/
Doperations.txt78 (1) The operation may be done synchronously (FSCACHE_OP_MYTHREAD). A thread
172 operation with FSCACHE_OP_MYTHREAD, then it should monitor
/linux-3.4.99/include/linux/
Dfscache-cache.h86 #define FSCACHE_OP_MYTHREAD 0x0002 /* - processing is done be issuing thread, not pool */ macro
/linux-3.4.99/fs/fscache/
Doperation.c49 case FSCACHE_OP_MYTHREAD: in fscache_enqueue_operation()
Dpage.c251 op->op.flags = FSCACHE_OP_MYTHREAD | (1 << FSCACHE_OP_WAITING); in fscache_alloc_retrieval()