Searched refs:lm (Results 1 – 3 of 3) sorted by relevance
29 locks_start_grace(struct net *net, struct lock_manager *lm) in locks_start_grace() argument34 if (list_empty(&lm->list)) in locks_start_grace()35 list_add(&lm->list, grace_list); in locks_start_grace()55 locks_end_grace(struct lock_manager *lm) in locks_end_grace() argument58 list_del_init(&lm->list); in locks_end_grace()67 struct lock_manager *lm; in __state_in_grace() local72 list_for_each_entry(lm, grace_list, list) { in __state_in_grace()73 if (lm->block_opens) in __state_in_grace()
39 const struct lm_lockops *lm = ls->ls_ops; in gfs2_lm_withdraw() local67 if (lm->lm_unmount) { in gfs2_lm_withdraw()69 lm->lm_unmount(sdp); in gfs2_lm_withdraw()
935 const struct lm_lockops *lm; in gfs2_lm_mount() local944 lm = &nolock_ops; in gfs2_lm_mount()948 lm = &gfs2_dlm_ops; in gfs2_lm_mount()957 ls->ls_ops = lm; in gfs2_lm_mount()967 token = match_token(o, *lm->lm_tokens, tmp); in gfs2_lm_mount()994 if (lm->lm_mount == NULL) { in gfs2_lm_mount()999 ret = lm->lm_mount(sdp, table); in gfs2_lm_mount()1008 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount() local1010 lm->lm_unmount) in gfs2_lm_unmount()1011 lm->lm_unmount(sdp); in gfs2_lm_unmount()