Home
last modified time | relevance | path

Searched refs:lm (Results 1 – 3 of 3) sorted by relevance

/fs/lockd/
Dgrace.c24 void locks_start_grace(struct net *net, struct lock_manager *lm) in locks_start_grace() argument
29 list_add(&lm->list, &ln->grace_list); in locks_start_grace()
44 void locks_end_grace(struct lock_manager *lm) in locks_end_grace() argument
47 list_del_init(&lm->list); in locks_end_grace()
/fs/gfs2/
Dutil.c40 const struct lm_lockops *lm = ls->ls_ops; in gfs2_lm_withdraw() local
60 if (lm->lm_unmount) { in gfs2_lm_withdraw()
62 lm->lm_unmount(sdp); in gfs2_lm_withdraw()
Dops_fstype.c966 const struct lm_lockops *lm; in gfs2_lm_mount() local
975 lm = &nolock_ops; in gfs2_lm_mount()
979 lm = &gfs2_dlm_ops; in gfs2_lm_mount()
988 ls->ls_ops = lm; in gfs2_lm_mount()
998 token = match_token(o, *lm->lm_tokens, tmp); in gfs2_lm_mount()
1025 if (lm->lm_mount == NULL) { in gfs2_lm_mount()
1030 ret = lm->lm_mount(sdp, table); in gfs2_lm_mount()
1039 const struct lm_lockops *lm = sdp->sd_lockstruct.ls_ops; in gfs2_lm_unmount() local
1041 lm->lm_unmount) in gfs2_lm_unmount()
1042 lm->lm_unmount(sdp); in gfs2_lm_unmount()