Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dfscache-cache.h85 #define FSCACHE_OP_ASYNC 0x0001 /* - async op, processor may sleep for disk */ macro
/linux-3.4.99/fs/cachefiles/
Drdwr.c425 op->op.flags |= FSCACHE_OP_ASYNC; in cachefiles_read_or_alloc_page()
732 op->op.flags |= FSCACHE_OP_ASYNC; in cachefiles_read_or_alloc_pages()
/linux-3.4.99/fs/fscache/
Dpage.c190 op->flags = FSCACHE_OP_ASYNC | (1 << FSCACHE_OP_EXCLUSIVE); in __fscache_attr_changed()
768 op->op.flags = FSCACHE_OP_ASYNC | (1 << FSCACHE_OP_WAITING); in __fscache_write_page()
Doperation.c43 case FSCACHE_OP_ASYNC: in fscache_enqueue_operation()