Lines Matching refs:gfs2_sbd
29 static inline void gfs2_log_lock(struct gfs2_sbd *sdp)
41 static inline void gfs2_log_unlock(struct gfs2_sbd *sdp)
49 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode);
63 unsigned int gfs2_struct2blk(struct gfs2_sbd *sdp, unsigned int nstruct);
65 bool gfs2_log_is_empty(struct gfs2_sbd *sdp);
66 void gfs2_log_release_revokes(struct gfs2_sbd *sdp, unsigned int revokes);
67 void gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks);
68 bool gfs2_log_try_reserve(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
70 void gfs2_log_reserve(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
72 void gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
75 void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl,
77 void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
78 void gfs2_ail1_flush(struct gfs2_sbd *sdp, struct writeback_control *wbc);
79 void log_flush_wait(struct gfs2_sbd *sdp);
82 void gfs2_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd);
84 void gfs2_flush_revokes(struct gfs2_sbd *sdp);
85 void gfs2_ail_drain(struct gfs2_sbd *sdp);