Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dfscache-cache.h117 extern void fscache_op_work_func(struct work_struct *work);
134 INIT_WORK(&op->work, fscache_op_work_func); in fscache_operation_init()
/linux-2.6.39/fs/fscache/
Doperation.c457 void fscache_op_work_func(struct work_struct *work) in fscache_op_work_func() function