Home
last modified time | relevance | path

Searched refs:gfs2_recover_func (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/gfs2/
Drecovery.h28 extern void gfs2_recover_func(struct work_struct *work);
Drecovery.c401 void gfs2_recover_func(struct work_struct *work) in gfs2_recover_func() function
Dops_fstype.c607 INIT_WORK(&jd->jd_work, gfs2_recover_func); in gfs2_jindex_hold()