Lines Matching refs:gfs2_sbd
49 unsigned int gfs2_struct2blk(struct gfs2_sbd *sdp, unsigned int nstruct, in gfs2_struct2blk()
93 static int gfs2_ail1_start_one(struct gfs2_sbd *sdp, in gfs2_ail1_start_one()
151 void gfs2_ail1_flush(struct gfs2_sbd *sdp, struct writeback_control *wbc) in gfs2_ail1_flush()
180 static void gfs2_ail1_start(struct gfs2_sbd *sdp) in gfs2_ail1_start()
199 static void gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail1_empty_one()
227 static int gfs2_ail1_empty(struct gfs2_sbd *sdp) in gfs2_ail1_empty()
251 static void gfs2_ail1_wait(struct gfs2_sbd *sdp) in gfs2_ail1_wait()
280 static void gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail2_empty_one()
293 static void ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) in ail2_empty()
326 void gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks) in gfs2_log_release()
356 int gfs2_log_reserve(struct gfs2_sbd *sdp, unsigned int blks) in gfs2_log_reserve()
422 static inline unsigned int log_distance(struct gfs2_sbd *sdp, unsigned int newer, in log_distance()
459 static unsigned int calc_reserved(struct gfs2_sbd *sdp) in calc_reserved()
484 static unsigned int current_tail(struct gfs2_sbd *sdp) in current_tail()
504 static void log_pull_tail(struct gfs2_sbd *sdp, unsigned int new_tail) in log_pull_tail()
519 static void log_flush_wait(struct gfs2_sbd *sdp) in log_flush_wait()
548 static void gfs2_ordered_write(struct gfs2_sbd *sdp) in gfs2_ordered_write()
571 static void gfs2_ordered_wait(struct gfs2_sbd *sdp) in gfs2_ordered_wait()
591 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_ordered_del_inode()
599 void gfs2_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) in gfs2_add_revoke()
624 void gfs2_write_revokes(struct gfs2_sbd *sdp) in gfs2_write_revokes()
690 void gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in gfs2_write_log_header()
758 static void log_write_header(struct gfs2_sbd *sdp, u32 flags) in log_write_header()
788 void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl, u32 flags) in gfs2_log_flush()
878 static void gfs2_merge_trans(struct gfs2_sbd *sdp, struct gfs2_trans *new) in gfs2_merge_trans()
900 static void log_refund(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in log_refund()
945 void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_log_commit()
961 void gfs2_log_shutdown(struct gfs2_sbd *sdp) in gfs2_log_shutdown()
978 static inline int gfs2_jrnl_flush_reqd(struct gfs2_sbd *sdp) in gfs2_jrnl_flush_reqd()
985 static inline int gfs2_ail_flush_reqd(struct gfs2_sbd *sdp) in gfs2_ail_flush_reqd()
1006 struct gfs2_sbd *sdp = data; in gfs2_logd()