Lines Matching refs:gfs2_holder
142 static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl) in gfs2_glock_is_locked_by_me()
144 struct gfs2_holder *gh; in gfs2_glock_is_locked_by_me()
194 u16 flags, struct gfs2_holder *gh);
196 struct gfs2_holder *gh);
197 extern void gfs2_holder_uninit(struct gfs2_holder *gh);
198 extern int gfs2_glock_nq(struct gfs2_holder *gh);
199 extern int gfs2_glock_poll(struct gfs2_holder *gh);
200 extern int gfs2_glock_wait(struct gfs2_holder *gh);
201 extern int gfs2_glock_async_wait(unsigned int num_gh, struct gfs2_holder *ghs);
202 extern void gfs2_glock_dq(struct gfs2_holder *gh);
203 extern void gfs2_glock_dq_wait(struct gfs2_holder *gh);
204 extern void gfs2_glock_dq_uninit(struct gfs2_holder *gh);
208 struct gfs2_holder *gh);
209 extern int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs);
210 extern void gfs2_glock_dq_m(unsigned int num_gh, struct gfs2_holder *ghs);
240 struct gfs2_holder *gh) in gfs2_glock_nq_init()
275 static inline void gfs2_holder_mark_uninitialized(struct gfs2_holder *gh) in gfs2_holder_mark_uninitialized()
280 static inline bool gfs2_holder_initialized(struct gfs2_holder *gh) in gfs2_holder_initialized()
285 static inline bool gfs2_holder_queued(struct gfs2_holder *gh) in gfs2_holder_queued()
330 static inline void gfs2_holder_allow_demote(struct gfs2_holder *gh) in gfs2_holder_allow_demote()
339 static inline void gfs2_holder_disallow_demote(struct gfs2_holder *gh) in gfs2_holder_disallow_demote()