Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dfscache-cache.h106 extern void fscache_op_work_func(struct work_struct *work);
123 INIT_WORK(&op->work, fscache_op_work_func); in fscache_operation_init()
/linux-3.4.99/fs/fscache/
Doperation.c447 void fscache_op_work_func(struct work_struct *work) in fscache_op_work_func() function