Lines Matching refs:gfs2_holder
31 static inline struct gfs2_holder *gfs2_glock_is_locked_by_me(struct gfs2_glock *gl) in gfs2_glock_is_locked_by_me()
33 struct gfs2_holder *gh; in gfs2_glock_is_locked_by_me()
81 struct gfs2_holder *gh);
83 struct gfs2_holder *gh);
84 void gfs2_holder_uninit(struct gfs2_holder *gh);
85 int gfs2_glock_nq(struct gfs2_holder *gh);
86 int gfs2_glock_poll(struct gfs2_holder *gh);
87 int gfs2_glock_wait(struct gfs2_holder *gh);
88 void gfs2_glock_dq(struct gfs2_holder *gh);
89 void gfs2_glock_dq_wait(struct gfs2_holder *gh);
91 void gfs2_glock_dq_uninit(struct gfs2_holder *gh);
94 unsigned int state, int flags, struct gfs2_holder *gh);
96 int gfs2_glock_nq_m(unsigned int num_gh, struct gfs2_holder *ghs);
97 void gfs2_glock_dq_m(unsigned int num_gh, struct gfs2_holder *ghs);
98 void gfs2_glock_dq_uninit_m(unsigned int num_gh, struct gfs2_holder *ghs);
113 struct gfs2_holder *gh) in gfs2_glock_nq_init()