Lines Matching defs:lm_lockops
119 struct lm_lockops { struct
120 const char *lm_proto_name;
121 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table);
122 void (*lm_first_done) (struct gfs2_sbd *sdp);
123 void (*lm_recovery_result) (struct gfs2_sbd *sdp, unsigned int jid,
125 void (*lm_unmount) (struct gfs2_sbd *sdp);
126 void (*lm_withdraw) (struct gfs2_sbd *sdp);
127 void (*lm_put_lock) (struct gfs2_glock *gl);
128 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state,
130 void (*lm_cancel) (struct gfs2_glock *gl);
131 const match_table_t *lm_tokens;