Home
last modified time | relevance | path

Searched refs:FSCACHE_OP_UNUSE_COOKIE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/fscache/
Dpage.c219 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_attr_changed()
291 (1UL << FSCACHE_OP_UNUSE_COOKIE); in fscache_alloc_retrieval()
951 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_write_page()
Doperation.c427 if (test_bit(FSCACHE_OP_UNUSE_COOKIE, &op->flags)) in fscache_put_operation()
Dcookie.c677 (1 << FSCACHE_OP_UNUSE_COOKIE); in __fscache_check_consistency()
Dobject.c954 (1 << FSCACHE_OP_UNUSE_COOKIE); in _fscache_invalidate_object()
/linux-4.1.27/include/linux/
Dfscache-cache.h100 #define FSCACHE_OP_UNUSE_COOKIE 7 /* call fscache_unuse_cookie() on completion */ macro