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()
188 struct gfs2_holder *gh);
190 struct gfs2_holder *gh);
191 void gfs2_holder_uninit(struct gfs2_holder *gh);
192 int gfs2_glock_nq(struct gfs2_holder *gh);
193 int gfs2_glock_poll(struct gfs2_holder *gh);
194 int gfs2_glock_wait(struct gfs2_holder *gh);
195 void gfs2_glock_dq(struct gfs2_holder *gh);
196 void gfs2_glock_dq_wait(struct gfs2_holder *gh);
198 void gfs2_glock_dq_uninit(struct gfs2_holder *gh);
201 unsigned int state, int flags, struct gfs2_holder *gh);
203 int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs);
204 void gfs2_glock_dq_m(unsigned int num_gh, struct gfs2_holder *ghs);
205 void gfs2_glock_dq_uninit_m(unsigned int num_gh, struct gfs2_holder *ghs);
222 struct gfs2_holder *gh) in gfs2_glock_nq_init()