Searched refs:lm_unmount (Results 1 – 4 of 4) sorted by relevance
350 if (lm->lm_unmount) { in gfs2_withdraw()352 lm->lm_unmount(sdp); in gfs2_withdraw()
132 void (*lm_unmount) (struct gfs2_sbd *sdp); member
1083 if (likely(!gfs2_withdrawn(sdp)) && lm->lm_unmount) in gfs2_lm_unmount()1084 lm->lm_unmount(sdp); in gfs2_lm_unmount()
1398 .lm_unmount = gdlm_unmount,