/linux/fs/gfs2/ |
H A D | log.h | 29 static inline void gfs2_log_lock(struct gfs2_sbd *sdp) in gfs2_log_lock() 41 static inline void gfs2_log_unlock(struct gfs2_sbd *sdp) in gfs2_log_unlock() 49 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_ordered_add_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 *sd [all...] |
H A D | super.h | 18 void gfs2_lm_unmount(struct gfs2_sbd *sdp); 20 static inline unsigned int gfs2_jindex_size(struct gfs2_sbd *sdp) in gfs2_jindex_size() 29 void gfs2_jindex_free(struct gfs2_sbd *sdp); 31 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid); 33 int gfs2_lookup_in_master_dir(struct gfs2_sbd *sdp, char *filename, 36 int gfs2_make_fs_rw(struct gfs2_sbd *sdp); 37 void gfs2_make_fs_ro(struct gfs2_sbd *sdp); 38 void gfs2_online_uevent(struct gfs2_sbd *sdp); 39 void gfs2_destroy_threads(struct gfs2_sbd *sdp); 40 int gfs2_statfs_init(struct gfs2_sbd *sd [all...] |
H A D | util.h | 28 void gfs2_assert_i(struct gfs2_sbd *sdp); 39 void gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, 61 void gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, 73 void gfs2_consist_i(struct gfs2_sbd *sdp, 94 int gfs2_meta_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, 98 static inline int gfs2_meta_check(struct gfs2_sbd *sdp, in gfs2_meta_check() 111 int gfs2_metatype_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, 116 static inline int gfs2_metatype_check_i(struct gfs2_sbd *sdp, in gfs2_metatype_check_i() 147 int gfs2_io_error_i(struct gfs2_sbd *sdp, const char *function, 150 int check_journal_clean(struct gfs2_sbd *sd [all...] |
H A D | trans.h | 11 struct gfs2_sbd; 37 int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp, 40 int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks, 43 void gfs2_trans_end(struct gfs2_sbd *sdp); 48 void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd); 49 void gfs2_trans_remove_revoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len); 50 void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr);
|
H A D | glock.h | 131 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table); 132 void (*lm_first_done) (struct gfs2_sbd *sdp); 133 void (*lm_recovery_result) (struct gfs2_sbd *sdp, unsigned int jid, 135 void (*lm_unmount) (struct gfs2_sbd *sdp); 136 void (*lm_withdraw) (struct gfs2_sbd *sdp); 180 int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number, 207 int gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number, 260 void gfs2_flush_delete_work(struct gfs2_sbd *sdp); 261 void gfs2_gl_hash_clear(struct gfs2_sbd *sdp); 262 void gfs2_gl_dq_holders(struct gfs2_sbd *sd [all...] |
H A D | lops.h | 15 void gfs2_log_incr_head(struct gfs2_sbd *sdp); 17 void gfs2_log_write(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, 21 void gfs2_pin(struct gfs2_sbd *sdp, struct buffer_head *bh); 24 void gfs2_drain_revokes(struct gfs2_sbd *sdp); 26 static inline unsigned int buf_limit(struct gfs2_sbd *sdp) in buf_limit() 31 static inline unsigned int databuf_limit(struct gfs2_sbd *sdp) in databuf_limit() 36 static inline void lops_before_commit(struct gfs2_sbd *sdp, in lops_before_commit() 45 static inline void lops_after_commit(struct gfs2_sbd *sdp, in lops_after_commit()
|
H A D | rgrp.h | 22 struct gfs2_sbd; 27 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact); 28 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp); 31 void gfs2_clear_rgrpd(struct gfs2_sbd *sdp); 32 int gfs2_rindex_update(struct gfs2_sbd *sdp); 55 int gfs2_check_blk_type(struct gfs2_sbd *sdp, u64 no_addr, 70 u64 gfs2_ri_total(struct gfs2_sbd *sdp); 73 int gfs2_rgrp_send_discards(struct gfs2_sbd *sdp, u64 offset,
|
H A D | log.c | 36 static void gfs2_log_shutdown(struct gfs2_sbd *sdp); 49 unsigned int gfs2_struct2blk(struct gfs2_sbd *sdp, unsigned int nstruct) in gfs2_struct2blk() 92 static int gfs2_ail1_start_one(struct gfs2_sbd *sdp, in gfs2_ail1_start_one() 157 static void dump_ail_list(struct gfs2_sbd *sdp) in dump_ail_list() 198 void gfs2_ail1_flush(struct gfs2_sbd *sdp, struct writeback_control *wbc) in gfs2_ail1_flush() 242 static void gfs2_ail1_start(struct gfs2_sbd *sdp) in gfs2_ail1_start() 254 static void gfs2_log_update_flush_tail(struct gfs2_sbd *sdp) in gfs2_log_update_flush_tail() 267 static void gfs2_log_update_head(struct gfs2_sbd *sdp) in gfs2_log_update_head() 280 static void gfs2_ail_empty_tr(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail_empty_tr() 302 static int gfs2_ail1_empty_one(struct gfs2_sbd *sd [all...] |
H A D | util.c | 39 void gfs2_assert_i(struct gfs2_sbd *sdp) in gfs2_assert_i() 52 int check_journal_clean(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in check_journal_clean() 100 int gfs2_freeze_lock_shared(struct gfs2_sbd *sdp) in gfs2_freeze_lock_shared() 112 void gfs2_freeze_unlock(struct gfs2_sbd *sdp) in gfs2_freeze_unlock() 118 static void signal_our_withdraw(struct gfs2_sbd *sdp) in signal_our_withdraw() 296 void gfs2_lm(struct gfs2_sbd *sdp, const char *fmt, ...) in gfs2_lm() 312 int gfs2_withdraw(struct gfs2_sbd *sdp) in gfs2_withdraw() 361 void gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_withdraw_i() 391 void gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_warn_i() 422 void gfs2_consist_i(struct gfs2_sbd *sd [all...] |
H A D | sys.h | 11 struct gfs2_sbd; 13 int gfs2_sys_fs_add(struct gfs2_sbd *sdp); 14 void gfs2_sys_fs_del(struct gfs2_sbd *sdp); 19 int gfs2_recover_set(struct gfs2_sbd *sdp, unsigned jid);
|
H A D | lops.c | 42 void gfs2_pin(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_pin() 74 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in maybe_release_space() 102 static void gfs2_unpin(struct gfs2_sbd *sdp, struct buffer_head *bh, in gfs2_unpin() 136 void gfs2_log_incr_head(struct gfs2_sbd *sdp) in gfs2_log_incr_head() 171 static void gfs2_end_log_write_bh(struct gfs2_sbd *sdp, struct folio *folio, in gfs2_end_log_write_bh() 202 struct gfs2_sbd *sdp = bio->bi_private; in gfs2_end_log_write() 247 struct gfs2_sbd *sdp = bio->bi_private; in gfs2_log_submit_bio() 266 static struct bio *gfs2_log_alloc_bio(struct gfs2_sbd *sdp, u64 blkno, in gfs2_log_alloc_bio() 296 static struct bio *gfs2_log_get_bio(struct gfs2_sbd *sdp, u64 blkno, in gfs2_log_get_bio() 330 void gfs2_log_write(struct gfs2_sbd *sd [all...] |
H A D | super.c | 59 void gfs2_jindex_free(struct gfs2_sbd *sdp) in gfs2_jindex_free() 96 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid) in gfs2_jdesc_find() 110 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in gfs2_jdesc_check() 133 int gfs2_make_fs_rw(struct gfs2_sbd *sdp) in gfs2_make_fs_rw() 175 int gfs2_statfs_init(struct gfs2_sbd *sdp) in gfs2_statfs_init() 214 void gfs2_statfs_change(struct gfs2_sbd *sdp, s64 total, s64 free, in gfs2_statfs_change() 243 void update_statfs(struct gfs2_sbd *sdp, struct buffer_head *m_bh) in update_statfs() 266 struct gfs2_sbd *sdp = sb->s_fs_info; in gfs2_statfs_sync() 322 static int gfs2_lock_fs_check_clean(struct gfs2_sbd *sdp) in gfs2_lock_fs_check_clean() 440 struct gfs2_sbd *sd in gfs2_write_inode() [all...] |
H A D | inode.h | 30 static inline bool gfs2_is_ordered(const struct gfs2_sbd *sdp) in gfs2_is_ordered() 35 static inline bool gfs2_is_writeback(const struct gfs2_sbd *sdp) in gfs2_is_writeback() 92 struct inode *gfs2_lookup_by_inum(struct gfs2_sbd *sdp, u64 no_addr, 119 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks() 127 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks()
|
H A D | ops_fstype.c | 65 void free_sbd(struct gfs2_sbd *sdp) in free_sbd() 74 static struct gfs2_sbd *init_sbd(struct super_block *sb) in init_sbd() 76 struct gfs2_sbd *sdp; in init_sbd() 78 sdp = kzalloc(sizeof(struct gfs2_sbd), GFP_KERNEL); in init_sbd() 148 static int gfs2_check_sb(struct gfs2_sbd *sdp, int silent) in gfs2_check_sb() 178 static void gfs2_sb_in(struct gfs2_sbd *sdp, const struct gfs2_sb *str) in gfs2_sb_in() 218 static int gfs2_read_super(struct gfs2_sbd *sdp, sector_t sector, int silent) in gfs2_read_super() 246 static int gfs2_read_sb(struct gfs2_sbd *sdp, int silent) in gfs2_read_sb() 326 static int init_names(struct gfs2_sbd *sdp, int silent) in init_names() 362 static int init_locking(struct gfs2_sbd *sd [all...] |
H A D | trans.c | 28 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr) in gfs2_print_trans() 40 int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp, in __gfs2_trans_begin() 109 int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks, in gfs2_trans_begin() 124 void gfs2_trans_end(struct gfs2_sbd *sdp) in gfs2_trans_end() 195 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_data() 253 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_meta() 315 void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) in gfs2_trans_add_revoke() 325 void gfs2_trans_remove_revoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len) in gfs2_trans_remove_revoke() 347 void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_trans_free()
|
H A D | lock_dlm.c | 213 static int make_mode(struct gfs2_sbd *sdp, const unsigned int lmstate) in make_mode() 332 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gdlm_put_lock() 565 static int sync_unlock(struct gfs2_sbd *sdp, struct dlm_lksb *lksb, char *name) in sync_unlock() 587 static int sync_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags, in sync_lock() 618 static int mounted_unlock(struct gfs2_sbd *sdp) in mounted_unlock() 624 static int mounted_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags) in mounted_lock() 631 static int control_unlock(struct gfs2_sbd *sdp) in control_unlock() 637 static int control_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags) in control_lock() 648 static void remote_withdraw(struct gfs2_sbd *sdp) in remote_withdraw() 668 struct gfs2_sbd *sd in gfs2_control_func() [all...] |
H A D | meta_io.c | 129 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_getbuf() 262 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_read() 323 int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_meta_wait() 347 struct gfs2_sbd *sdp = gfs2_mapping2sbd(mapping); in gfs2_remove_from_journal() 390 static void gfs2_ail1_wipe(struct gfs2_sbd *sdp, u64 bstart, u32 blen) in gfs2_ail1_wipe() 416 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_getjdatabuf() 444 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_journal_wipe() 489 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_meta_buffer() 519 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_ra()
|
H A D | incore.h | 35 struct gfs2_sbd; 57 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); 58 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); 116 struct gfs2_sbd *rd_sbd; 207 struct gfs2_sbd *ln_sbd; 416 static inline struct gfs2_sbd *GFS2_SB(const struct inode *inode) in GFS2_SB() 443 struct gfs2_sbd *qd_sbd; 683 struct gfs2_sbd { struct 855 static inline struct address_space *gfs2_aspace(struct gfs2_sbd *sdp) in gfs2_aspace() argument 867 const struct gfs2_sbd *sd in gfs2_sbstats_inc() 684 sd_vfsgfs2_sbd global() argument 685 sd_lkstatsgfs2_sbd global() argument 686 sd_kobjgfs2_sbd global() argument 687 sd_kobj_unregistergfs2_sbd global() argument 688 sd_flagsgfs2_sbd global() argument 689 sd_sbgfs2_sbd global() argument 693 sd_fsb2bbgfs2_sbd global() argument 694 sd_fsb2bb_shiftgfs2_sbd global() argument 695 sd_diptrsgfs2_sbd global() argument 696 sd_inptrsgfs2_sbd global() argument 697 sd_ldptrsgfs2_sbd global() argument 698 sd_jbsizegfs2_sbd global() argument 699 sd_hash_bsizegfs2_sbd global() argument 700 sd_hash_bsize_shiftgfs2_sbd global() argument 701 sd_hash_ptrsgfs2_sbd global() argument 702 sd_qc_per_blockgfs2_sbd global() argument 703 sd_blocks_per_bitmapgfs2_sbd global() argument 704 sd_max_dirresgfs2_sbd global() argument 705 sd_max_heightgfs2_sbd global() argument 706 sd_heightsizegfs2_sbd global() argument 707 sd_max_dents_per_leafgfs2_sbd global() argument 709 sd_argsgfs2_sbd global() argument 710 sd_tunegfs2_sbd global() argument 714 sd_lockstructgfs2_sbd global() argument 715 sd_live_ghgfs2_sbd global() argument 716 sd_rename_glgfs2_sbd global() argument 717 sd_freeze_glgfs2_sbd global() argument 718 sd_freeze_workgfs2_sbd global() argument 719 sd_kill_waitgfs2_sbd global() argument 720 sd_async_glock_waitgfs2_sbd global() argument 721 sd_glock_disposalgfs2_sbd global() argument 722 sd_locking_initgfs2_sbd global() argument 723 sd_wdackgfs2_sbd global() argument 724 sd_control_workgfs2_sbd global() argument 728 sd_master_dirgfs2_sbd global() argument 729 sd_root_dirgfs2_sbd global() argument 731 sd_jindexgfs2_sbd global() argument 732 sd_statfs_inodegfs2_sbd global() argument 733 sd_sc_inodegfs2_sbd global() argument 734 sd_sc_inodes_listgfs2_sbd global() argument 735 sd_qc_inodegfs2_sbd global() argument 736 sd_rindexgfs2_sbd global() argument 737 sd_quota_inodegfs2_sbd global() argument 741 sd_statfs_spingfs2_sbd global() argument 742 sd_statfs_mastergfs2_sbd global() argument 743 sd_statfs_localgfs2_sbd global() argument 744 sd_statfs_force_syncgfs2_sbd global() argument 748 sd_rindex_uptodategfs2_sbd global() argument 749 sd_rindex_spingfs2_sbd global() argument 750 sd_rindex_treegfs2_sbd global() argument 751 sd_rgrpsgfs2_sbd global() argument 752 sd_max_rg_datagfs2_sbd global() argument 756 sd_jindex_listgfs2_sbd global() argument 757 sd_jindex_spingfs2_sbd global() argument 758 sd_jindex_mutexgfs2_sbd global() argument 759 sd_journalsgfs2_sbd global() argument 761 sd_jdescgfs2_sbd global() argument 762 sd_journal_ghgfs2_sbd global() argument 763 sd_jinode_ghgfs2_sbd global() argument 764 sd_jinode_glgfs2_sbd global() argument 766 sd_sc_ghgfs2_sbd global() argument 767 sd_sc_bhgfs2_sbd global() argument 768 sd_qc_ghgfs2_sbd global() argument 770 sd_journal_readygfs2_sbd global() argument 774 sd_glock_wqgfs2_sbd global() argument 775 sd_delete_wqgfs2_sbd global() argument 779 sd_logd_processgfs2_sbd global() argument 780 sd_quotad_processgfs2_sbd global() argument 784 sd_quota_listgfs2_sbd global() argument 785 sd_quota_countgfs2_sbd global() argument 786 sd_quota_sync_mutexgfs2_sbd global() argument 787 sd_quota_waitgfs2_sbd global() argument 789 sd_quota_slotsgfs2_sbd global() argument 790 sd_quota_bitmapgfs2_sbd global() argument 791 sd_bitmap_lockgfs2_sbd global() argument 793 sd_quota_sync_gengfs2_sbd global() argument 797 sd_inodegfs2_sbd global() argument 799 sd_log_lockgfs2_sbd global() argument 801 sd_log_trgfs2_sbd global() argument 802 sd_log_blks_reservedgfs2_sbd global() argument 804 sd_log_pinnedgfs2_sbd global() argument 805 sd_log_num_revokegfs2_sbd global() argument 807 sd_log_revokesgfs2_sbd global() argument 808 sd_log_orderedgfs2_sbd global() argument 809 sd_ordered_lockgfs2_sbd global() argument 811 sd_log_thresh1gfs2_sbd global() argument 812 sd_log_thresh2gfs2_sbd global() argument 813 sd_log_blks_freegfs2_sbd global() argument 814 sd_log_blks_neededgfs2_sbd global() argument 815 sd_log_revokes_availablegfs2_sbd global() argument 816 sd_log_waitqgfs2_sbd global() argument 817 sd_logd_waitqgfs2_sbd global() argument 819 sd_log_sequencegfs2_sbd global() argument 820 sd_log_idlegfs2_sbd global() argument 822 sd_log_flush_lockgfs2_sbd global() argument 823 sd_log_in_flightgfs2_sbd global() argument 824 sd_log_flush_waitgfs2_sbd global() argument 825 sd_log_errorgfs2_sbd global() argument 826 sd_withdraw_waitgfs2_sbd global() argument 828 sd_log_tailgfs2_sbd global() argument 829 sd_log_flush_tailgfs2_sbd global() argument 830 sd_log_headgfs2_sbd global() argument 831 sd_log_flush_headgfs2_sbd global() argument [all...] |
H A D | glops.c | 37 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_ail_error() 63 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in __gfs2_ail_flush() 94 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_ail_empty_gl() 147 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_ail_flush() 171 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_rgrp_metasync() 199 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in rgrp_go_sync() 228 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in rgrp_go_inval() 391 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_dinode_in() 572 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in freeze_go_callback() 601 struct gfs2_sbd *sd in freeze_go_xmote_bh() [all...] |
H A D | aops.c | 131 struct gfs2_sbd *sdp = GFS2_SB(mapping->host); in gfs2_jdata_writeback() 161 struct gfs2_sbd *sdp = gfs2_mapping2sbd(mapping); in gfs2_writepages() 197 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_write_jdata_batch() 369 struct gfs2_sbd *sdp = GFS2_SB(mapping->host); in gfs2_jdata_writepages() 426 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_read_folio() 515 struct gfs2_sbd *sdp = GFS2_SB(inode); in adjust_fs_space() 584 static void gfs2_discard(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_discard() 612 struct gfs2_sbd *sdp = GFS2_SB(folio->mapping->host); in gfs2_invalidate_folio() 654 struct gfs2_sbd *sdp = gfs2_mapping2sbd(mapping); in gfs2_release_folio()
|
H A D | recovery.c | 118 int __get_log_header(struct gfs2_sbd *sdp, const struct gfs2_log_header *lh, in __get_log_header() 169 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in get_log_header() 200 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in foreach_descriptor() 266 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in clean_journal() 276 static void gfs2_recovery_done(struct gfs2_sbd *sdp, unsigned int jid, in gfs2_recovery_done() 308 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in update_statfs_inode() 377 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in recover_local_statfs() 402 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in gfs2_recover_func() 583 void gfs2_log_pointers_init(struct gfs2_sbd *sdp, in gfs2_log_pointers_init()
|
H A D | rgrp.c | 109 struct gfs2_sbd *sdp = rbm->rgd->rd_sbd; in gfs2_setbit() 467 struct gfs2_sbd *sdp = rgd->rd_sbd; in gfs2_rgrp_verify() 524 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) in gfs2_blk2rgrpd() 562 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp) in gfs2_rgrpd_get_first() 584 struct gfs2_sbd *sdp = rgd->rd_sbd; in gfs2_rgrpd_get_next() 603 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in check_and_update_goal() 716 void gfs2_clear_rgrpd(struct gfs2_sbd *sdp) in gfs2_clear_rgrpd() 757 struct gfs2_sbd *sdp = rgd->rd_sbd; in compute_bitstructs() 841 u64 gfs2_ri_total(struct gfs2_sbd *sdp) in gfs2_ri_total() 865 struct gfs2_sbd *sd in rgd_insert() [all...] |
H A D | recovery.h | 29 int __get_log_header(struct gfs2_sbd *sdp, 32 void gfs2_log_pointers_init(struct gfs2_sbd *sdp,
|
H A D | glock.c | 55 struct gfs2_sbd *sdp; /* incore superblock */ 155 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in glock_blocked_by_withdraw() 176 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_free() 184 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_free_later() 193 static void gfs2_free_dead_glocks(struct gfs2_sbd *sdp) in gfs2_free_dead_glocks() 248 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_queue_work() 264 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in __gfs2_glock_put() 386 struct gfs2_sbd *sdp = gh->gh_gl->gl_name.ln_sbd; in gfs2_holder_wake() 568 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_set_demote() 672 struct gfs2_sbd *sd in is_system_glock() [all...] |
H A D | bmap.h | 33 const struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_write_calc_reserv() 66 int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd);
|