Home
last modified time | relevance | path

Searched refs:lm_unmount (Results 1 – 4 of 4) sorted by relevance

/linux/fs/gfs2/
H A Dutil.c228 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()
H A Dglock.h139 void (*lm_unmount) (struct gfs2_sbd *sdp, bool clean); member
H A Dops_fstype.c1036 if (!gfs2_withdrawn(sdp) && lm->lm_unmount) in gfs2_lm_unmount()
1037 lm->lm_unmount(sdp, true); in gfs2_lm_unmount()
H A Dlock_dlm.c1456 .lm_unmount = gdlm_unmount,