Searched refs:lm_unmount (Results 1 – 4 of 4) sorted by relevance
228 if (lm->lm_unmount) { in gfs2_withdraw_func()230 lm->lm_unmount(sdp, false); in gfs2_withdraw_func()234 lm->lm_unmount(sdp, false); in gfs2_withdraw_func()
139 void (*lm_unmount) (struct gfs2_sbd *sdp, bool clean); member
1036 if (!gfs2_withdrawn(sdp) && lm->lm_unmount) in gfs2_lm_unmount()1037 lm->lm_unmount(sdp, true); in gfs2_lm_unmount()
1456 .lm_unmount = gdlm_unmount,