Home
last modified time | relevance | path

Searched refs:lm_unmount (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/gfs2/
H A Dutil.c347 if (lm->lm_unmount) { in gfs2_withdraw()
349 lm->lm_unmount(sdp); in gfs2_withdraw()
H A Dglock.h126 void (*lm_unmount) (struct gfs2_sbd *sdp); member
H A Dops_fstype.c1056 if (likely(!gfs2_withdrawn(sdp)) && lm->lm_unmount) in gfs2_lm_unmount()
1057 lm->lm_unmount(sdp); in gfs2_lm_unmount()
H A Dlock_dlm.c1395 .lm_unmount = gdlm_unmount,
/kernel/linux/linux-6.6/fs/gfs2/
H A Dutil.c349 if (lm->lm_unmount) { in gfs2_withdraw()
351 lm->lm_unmount(sdp); in gfs2_withdraw()
H A Dglock.h124 void (*lm_unmount) (struct gfs2_sbd *sdp); member
H A Dops_fstype.c1077 if (likely(!gfs2_withdrawn(sdp)) && lm->lm_unmount) in gfs2_lm_unmount()
1078 lm->lm_unmount(sdp); in gfs2_lm_unmount()
H A Dlock_dlm.c1403 .lm_unmount = gdlm_unmount,

Completed in 11 milliseconds