Home
last modified time | relevance | path

Searched defs:lm_lockops (Results 1 – 1 of 1) sorted by relevance

/linux/fs/gfs2/
A Dglock.h126 struct lm_lockops { struct
127 const char *lm_proto_name;
128 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table);
129 void (*lm_first_done) (struct gfs2_sbd *sdp);
130 void (*lm_recovery_result) (struct gfs2_sbd *sdp, unsigned int jid,
132 void (*lm_unmount) (struct gfs2_sbd *sdp);
133 void (*lm_withdraw) (struct gfs2_sbd *sdp);
134 void (*lm_put_lock) (struct gfs2_glock *gl);
135 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state,
137 void (*lm_cancel) (struct gfs2_glock *gl);
[all …]

Completed in 3 milliseconds