Home
last modified time | relevance | path

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

/linux-6.6.21/fs/gfs2/
Dglock.h118 struct lm_lockops { struct
119 const char *lm_proto_name;
120 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table);
121 void (*lm_first_done) (struct gfs2_sbd *sdp);
122 void (*lm_recovery_result) (struct gfs2_sbd *sdp, unsigned int jid,
124 void (*lm_unmount) (struct gfs2_sbd *sdp);
125 void (*lm_withdraw) (struct gfs2_sbd *sdp);
126 void (*lm_put_lock) (struct gfs2_glock *gl);
127 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state,
129 void (*lm_cancel) (struct gfs2_glock *gl);
[all …]