Home
last modified time | relevance | path

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

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