Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dfscache-cache.h387 extern void fscache_object_work_func(struct work_struct *work);
409 INIT_WORK(&object->work, fscache_object_work_func); in fscache_object_init()
/linux-3.4.99/fs/fscache/
Dobject.c332 void fscache_object_work_func(struct work_struct *work) in fscache_object_work_func() function
348 EXPORT_SYMBOL(fscache_object_work_func);