Searched defs:lm_lockops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/fs/gfs2/ |
| D | glock.h | 123 struct lm_lockops { struct 124 const char *lm_proto_name; 125 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table); 126 void (*lm_first_done) (struct gfs2_sbd *sdp); 127 void (*lm_recovery_result) (struct gfs2_sbd *sdp, unsigned int jid, 129 void (*lm_unmount) (struct gfs2_sbd *sdp); 130 void (*lm_withdraw) (struct gfs2_sbd *sdp); 131 void (*lm_put_lock) (struct gfs2_glock *gl); 132 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state, 134 void (*lm_cancel) (struct gfs2_glock *gl); [all …]
|
| /kernel/linux/linux-5.10/fs/gfs2/ |
| D | glock.h | 120 struct lm_lockops { struct 121 const char *lm_proto_name; 122 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table); 123 void (*lm_first_done) (struct gfs2_sbd *sdp); 124 void (*lm_recovery_result) (struct gfs2_sbd *sdp, unsigned int jid, 126 void (*lm_unmount) (struct gfs2_sbd *sdp); 127 void (*lm_withdraw) (struct gfs2_sbd *sdp); 128 void (*lm_put_lock) (struct gfs2_glock *gl); 129 int (*lm_lock) (struct gfs2_glock *gl, unsigned int req_state, 131 void (*lm_cancel) (struct gfs2_glock *gl); [all …]
|