Searched defs:lm_lockops (Results 1 – 1 of 1) sorted by relevance
116 struct lm_lockops { struct117 const char *lm_proto_name;118 int (*lm_mount) (struct gfs2_sbd *sdp, const char *fsname);119 void (*lm_unmount) (struct gfs2_sbd *sdp);120 void (*lm_withdraw) (struct gfs2_sbd *sdp);121 void (*lm_put_lock) (struct gfs2_glock *gl);122 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state,124 void (*lm_cancel) (struct gfs2_glock *gl);125 const match_table_t *lm_tokens;