Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Dutil.c349 if (lm->lm_unmount) { in gfs2_withdraw()
351 lm->lm_unmount(sdp); in gfs2_withdraw()
H A Dglock.h125 void (*lm_unmount) (struct gfs2_sbd *sdp); member
H A Dops_fstype.c1056 if (!gfs2_withdrawing_or_withdrawn(sdp) && lm->lm_unmount) in gfs2_lm_unmount()
1057 lm->lm_unmount(sdp); in gfs2_lm_unmount()
H A Dlock_dlm.c1452 .lm_unmount = gdlm_unmount,