Lines Matching refs:gfs2_holder
138 static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl) in gfs2_glock_is_locked_by_me()
140 struct gfs2_holder *gh; in gfs2_glock_is_locked_by_me()
186 unsigned flags, struct gfs2_holder *gh);
188 struct gfs2_holder *gh);
189 extern void gfs2_holder_uninit(struct gfs2_holder *gh);
190 extern int gfs2_glock_nq(struct gfs2_holder *gh);
191 extern int gfs2_glock_poll(struct gfs2_holder *gh);
192 extern int gfs2_glock_wait(struct gfs2_holder *gh);
193 extern void gfs2_glock_dq(struct gfs2_holder *gh);
194 extern void gfs2_glock_dq_wait(struct gfs2_holder *gh);
195 extern void gfs2_glock_dq_uninit(struct gfs2_holder *gh);
199 struct gfs2_holder *gh);
200 extern int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs);
201 extern void gfs2_glock_dq_m(unsigned int num_gh, struct gfs2_holder *ghs);
219 struct gfs2_holder *gh) in gfs2_glock_nq_init()