Lines Matching defs:lm_lockops
127 struct lm_lockops { struct
128 const char *lm_proto_name;
129 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table);
130 void (*lm_first_done) (struct gfs2_sbd *sdp);
131 void (*lm_recovery_result) (struct gfs2_sbd *sdp, unsigned int jid,
133 void (*lm_unmount) (struct gfs2_sbd *sdp);
134 void (*lm_withdraw) (struct gfs2_sbd *sdp);
135 void (*lm_put_lock) (struct gfs2_glock *gl);
136 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state,
138 void (*lm_cancel) (struct gfs2_glock *gl);
139 const match_table_t *lm_tokens;