Home
last modified time | relevance | path

Searched refs:gfs2_sbd (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v5.4/fs/gfs2/
Dlog.h22 static inline void gfs2_log_lock(struct gfs2_sbd *sdp) in gfs2_log_lock()
34 static inline void gfs2_log_unlock(struct gfs2_sbd *sdp) in gfs2_log_unlock()
40 static inline void gfs2_log_pointers_init(struct gfs2_sbd *sdp, in gfs2_log_pointers_init()
51 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_ordered_add_inode()
64 extern unsigned int gfs2_struct2blk(struct gfs2_sbd *sdp, unsigned int nstruct,
67 extern void gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks);
68 extern int gfs2_log_reserve(struct gfs2_sbd *sdp, unsigned int blks);
69 extern void gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
72 extern void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl,
74 extern void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
[all …]
Dsuper.h14 extern void gfs2_lm_unmount(struct gfs2_sbd *sdp);
16 static inline unsigned int gfs2_jindex_size(struct gfs2_sbd *sdp) in gfs2_jindex_size()
25 extern void gfs2_jindex_free(struct gfs2_sbd *sdp);
27 extern struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid);
30 extern int gfs2_lookup_in_master_dir(struct gfs2_sbd *sdp, char *filename,
33 extern int gfs2_make_fs_rw(struct gfs2_sbd *sdp);
34 extern int gfs2_make_fs_ro(struct gfs2_sbd *sdp);
35 extern void gfs2_online_uevent(struct gfs2_sbd *sdp);
36 extern int gfs2_statfs_init(struct gfs2_sbd *sdp);
37 extern void gfs2_statfs_change(struct gfs2_sbd *sdp, s64 total, s64 free,
[all …]
Dsys.c32 ssize_t (*show)(struct gfs2_sbd *, char *);
33 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t);
39 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); in gfs2_attr_show()
47 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); in gfs2_attr_store()
60 static ssize_t id_show(struct gfs2_sbd *sdp, char *buf) in id_show()
66 static ssize_t fsname_show(struct gfs2_sbd *sdp, char *buf) in fsname_show()
71 static ssize_t uuid_show(struct gfs2_sbd *sdp, char *buf) in uuid_show()
81 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf) in freeze_show()
89 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store()
119 static ssize_t withdraw_show(struct gfs2_sbd *sdp, char *buf) in withdraw_show()
[all …]
Dlops.h21 extern u64 gfs2_log_bmap(struct gfs2_sbd *sdp);
22 extern void gfs2_log_write(struct gfs2_sbd *sdp, struct page *page,
24 extern void gfs2_log_write_page(struct gfs2_sbd *sdp, struct page *page);
26 extern void gfs2_pin(struct gfs2_sbd *sdp, struct buffer_head *bh);
30 static inline unsigned int buf_limit(struct gfs2_sbd *sdp) in buf_limit()
38 static inline unsigned int databuf_limit(struct gfs2_sbd *sdp) in databuf_limit()
46 static inline void lops_before_commit(struct gfs2_sbd *sdp, in lops_before_commit()
55 static inline void lops_after_commit(struct gfs2_sbd *sdp, in lops_after_commit()
Dutil.c31 void gfs2_assert_i(struct gfs2_sbd *sdp) in gfs2_assert_i()
36 int gfs2_lm_withdraw(struct gfs2_sbd *sdp, const char *fmt, ...) in gfs2_lm_withdraw()
88 int gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_withdraw_i()
106 int gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_warn_i()
140 int gfs2_consist_i(struct gfs2_sbd *sdp, int cluster_wide, const char *function, in gfs2_consist_i()
159 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_consist_inode_i()
180 struct gfs2_sbd *sdp = rgd->rd_sbd; in gfs2_consist_rgrpd_i()
201 int gfs2_meta_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, in gfs2_meta_check_ii()
221 int gfs2_metatype_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, in gfs2_metatype_check_ii()
241 int gfs2_io_error_i(struct gfs2_sbd *sdp, const char *function, char *file, in gfs2_io_error_i()
[all …]
Dutil.h28 void gfs2_assert_i(struct gfs2_sbd *sdp);
39 int gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion,
47 int gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion,
55 int gfs2_consist_i(struct gfs2_sbd *sdp, int cluster_wide,
76 int gfs2_meta_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh,
80 static inline int gfs2_meta_check(struct gfs2_sbd *sdp, in gfs2_meta_check()
93 int gfs2_metatype_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh,
98 static inline int gfs2_metatype_check_i(struct gfs2_sbd *sdp, in gfs2_metatype_check_i()
129 int gfs2_io_error_i(struct gfs2_sbd *sdp, const char *function,
136 void gfs2_io_error_bh_i(struct gfs2_sbd *sdp, struct buffer_head *bh,
[all …]
Drgrp.h22 struct gfs2_sbd;
27 extern struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
28 extern struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp);
31 extern void gfs2_clear_rgrpd(struct gfs2_sbd *sdp);
32 extern int gfs2_rindex_update(struct gfs2_sbd *sdp);
57 extern int gfs2_check_blk_type(struct gfs2_sbd *sdp, u64 no_addr,
71 extern u64 gfs2_ri_total(struct gfs2_sbd *sdp);
74 extern int gfs2_rgrp_send_discards(struct gfs2_sbd *sdp, u64 offset,
Dglock.h122 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table);
123 void (*lm_first_done) (struct gfs2_sbd *sdp);
124 void (*lm_recovery_result) (struct gfs2_sbd *sdp, unsigned int jid,
126 void (*lm_unmount) (struct gfs2_sbd *sdp);
127 void (*lm_withdraw) (struct gfs2_sbd *sdp);
179 extern int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number,
197 extern int gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number,
238 extern void gfs2_gl_hash_clear(struct gfs2_sbd *sdp);
240 extern void gfs2_glock_thaw(struct gfs2_sbd *sdp);
247 extern void gfs2_create_debugfs_file(struct gfs2_sbd *sdp);
[all …]
Dtrans.h11 struct gfs2_sbd;
37 extern int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks,
40 extern void gfs2_trans_end(struct gfs2_sbd *sdp);
43 extern void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd);
44 extern void gfs2_trans_remove_revoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len);
Dquota.h13 struct gfs2_sbd;
32 extern int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid);
34 extern int gfs2_quota_init(struct gfs2_sbd *sdp);
35 extern void gfs2_quota_cleanup(struct gfs2_sbd *sdp);
38 extern void gfs2_wake_up_statfs(struct gfs2_sbd *sdp);
43 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_quota_lock_check()
Dsys.h11 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);
Dlog.c46 unsigned int gfs2_struct2blk(struct gfs2_sbd *sdp, unsigned int nstruct, in gfs2_struct2blk()
90 static int gfs2_ail1_start_one(struct gfs2_sbd *sdp, in gfs2_ail1_start_one()
148 void gfs2_ail1_flush(struct gfs2_sbd *sdp, struct writeback_control *wbc) in gfs2_ail1_flush()
177 static void gfs2_ail1_start(struct gfs2_sbd *sdp) in gfs2_ail1_start()
196 static void gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail1_empty_one()
224 static int gfs2_ail1_empty(struct gfs2_sbd *sdp) in gfs2_ail1_empty()
248 static void gfs2_ail1_wait(struct gfs2_sbd *sdp) in gfs2_ail1_wait()
277 static void gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail2_empty_one()
290 static void ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) in ail2_empty()
323 void gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks) in gfs2_log_release()
[all …]
Dlops.c41 void gfs2_pin(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_pin()
73 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in maybe_release_space()
98 static void gfs2_unpin(struct gfs2_sbd *sdp, struct buffer_head *bh, in gfs2_unpin()
132 static void gfs2_log_incr_head(struct gfs2_sbd *sdp) in gfs2_log_incr_head()
141 u64 gfs2_log_bmap(struct gfs2_sbd *sdp) in gfs2_log_bmap()
170 static void gfs2_end_log_write_bh(struct gfs2_sbd *sdp, in gfs2_end_log_write_bh()
205 struct gfs2_sbd *sdp = bio->bi_private; in gfs2_end_log_write()
242 struct gfs2_sbd *sdp = bio->bi_private; in gfs2_log_submit_bio()
261 static struct bio *gfs2_log_alloc_bio(struct gfs2_sbd *sdp, u64 blkno, in gfs2_log_alloc_bio()
292 static struct bio *gfs2_log_get_bio(struct gfs2_sbd *sdp, u64 blkno, in gfs2_log_get_bio()
[all …]
Dquota.c85 static unsigned int gfs2_qd_hash(const struct gfs2_sbd *sdp, in gfs2_qd_hash()
90 h = jhash(&sdp, sizeof(struct gfs2_sbd *), 0); in gfs2_qd_hash()
115 struct gfs2_sbd *sdp; in gfs2_qd_dispose()
211 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid) in qd_alloc()
241 const struct gfs2_sbd *sdp, in gfs2_qd_search_bucket()
262 static int qd_get(struct gfs2_sbd *sdp, struct kqid qid, in qd_get()
302 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in qd_hold()
320 struct gfs2_sbd *sdp = qd->qd_sbd; in slot_get()
344 struct gfs2_sbd *sdp = qd->qd_sbd; in slot_hold()
354 struct gfs2_sbd *sdp = qd->qd_sbd; in slot_put()
[all …]
Dinode.h30 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()
94 extern struct inode *gfs2_lookup_by_inum(struct gfs2_sbd *sdp, u64 no_addr,
122 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks()
130 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks()
Dsuper.c53 void gfs2_jindex_free(struct gfs2_sbd *sdp) in gfs2_jindex_free()
91 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid) in gfs2_jdesc_find()
105 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in gfs2_jdesc_check()
121 static int init_threads(struct gfs2_sbd *sdp) in init_threads()
156 int gfs2_make_fs_rw(struct gfs2_sbd *sdp) in gfs2_make_fs_rw()
230 int gfs2_statfs_init(struct gfs2_sbd *sdp) in gfs2_statfs_init()
276 void gfs2_statfs_change(struct gfs2_sbd *sdp, s64 total, s64 free, in gfs2_statfs_change()
311 void update_statfs(struct gfs2_sbd *sdp, struct buffer_head *m_bh, in update_statfs()
335 struct gfs2_sbd *sdp = sb->s_fs_info; in gfs2_statfs_sync()
402 static int gfs2_lock_fs_check_clean(struct gfs2_sbd *sdp, in gfs2_lock_fs_check_clean()
[all …]
Dops_fstype.c65 void free_sbd(struct gfs2_sbd *sdp) in free_sbd()
72 static struct gfs2_sbd *init_sbd(struct super_block *sb) in init_sbd()
74 struct gfs2_sbd *sdp; in init_sbd()
77 sdp = kzalloc(sizeof(struct gfs2_sbd), GFP_KERNEL); in init_sbd()
161 static int gfs2_check_sb(struct gfs2_sbd *sdp, int silent) in gfs2_check_sb()
194 static void gfs2_sb_in(struct gfs2_sbd *sdp, const void *buf) in gfs2_sb_in()
236 static int gfs2_read_super(struct gfs2_sbd *sdp, sector_t sector, int silent) in gfs2_read_super()
280 static int gfs2_read_sb(struct gfs2_sbd *sdp, int silent) in gfs2_read_sb()
352 static int init_names(struct gfs2_sbd *sdp, int silent) in init_names()
386 static int init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh, in init_locking()
[all …]
Dlock_dlm.c185 static int make_mode(struct gfs2_sbd *sdp, const unsigned int lmstate) in make_mode()
281 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gdlm_put_lock()
495 static int sync_unlock(struct gfs2_sbd *sdp, struct dlm_lksb *lksb, char *name) in sync_unlock()
517 static int sync_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags, in sync_lock()
548 static int mounted_unlock(struct gfs2_sbd *sdp) in mounted_unlock()
554 static int mounted_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags) in mounted_lock()
561 static int control_unlock(struct gfs2_sbd *sdp) in control_unlock()
567 static int control_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags) in control_lock()
576 struct gfs2_sbd *sdp = container_of(work, struct gfs2_sbd, sd_control_work.work); in gfs2_control_func()
752 static int control_mount(struct gfs2_sbd *sdp) in control_mount()
[all …]
Dtrans.c28 int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks, in gfs2_trans_begin()
74 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr) in gfs2_print_trans()
86 void gfs2_trans_end(struct gfs2_sbd *sdp) in gfs2_trans_end()
153 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_data()
190 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_meta()
243 void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) in gfs2_trans_add_revoke()
253 void gfs2_trans_remove_revoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len) in gfs2_trans_remove_revoke()
Daops.c93 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_writepage()
159 struct gfs2_sbd *sdp = GFS2_SB(inode); in __gfs2_jdata_writepage()
185 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_jdata_writepage()
212 struct gfs2_sbd *sdp = gfs2_mapping2sbd(mapping); in gfs2_writepages()
245 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_write_jdata_pagevec()
418 struct gfs2_sbd *sdp = GFS2_SB(mapping->host); in gfs2_jdata_writepages()
486 struct gfs2_sbd *sdp = GFS2_SB(page->mapping->host); in __gfs2_readpage()
604 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_readpages()
628 struct gfs2_sbd *sdp = GFS2_SB(inode); in adjust_fs_space()
707 static void gfs2_discard(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_discard()
[all …]
Dmeta_io.h40 static inline struct gfs2_sbd *gfs2_mapping2sbd(struct address_space *mapping) in gfs2_mapping2sbd()
46 return container_of(mapping, struct gfs2_sbd, sd_aspace); in gfs2_mapping2sbd()
54 extern int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh);
Dmeta_io.c113 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_getbuf()
250 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_read()
310 int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_meta_wait()
332 struct gfs2_sbd *sdp = gfs2_mapping2sbd(mapping); in gfs2_remove_from_journal()
373 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_meta_wipe()
405 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_meta_indirect_buffer()
436 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_ra()
Dincore.h34 struct gfs2_sbd;
52 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
53 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
110 struct gfs2_sbd *rd_sbd;
226 struct gfs2_sbd *ln_sbd;
437 static inline struct gfs2_sbd *GFS2_SB(const struct inode *inode) in GFS2_SB()
464 struct gfs2_sbd *qd_sbd;
693 struct gfs2_sbd { struct
864 const struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_sbstats_inc() argument
Dglops.c56 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in __gfs2_ail_flush()
84 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_ail_empty_gl()
114 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_ail_flush()
145 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in rgrp_go_sync()
186 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in rgrp_go_inval()
328 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in inode_go_demote_ok()
430 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in inode_go_lock()
502 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in freeze_go_sync()
527 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in freeze_go_xmote_bh()
572 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in iopen_go_callback()
Drgrp.c101 struct gfs2_sbd *sdp = rbm->rgd->rd_sbd; in gfs2_setbit()
451 struct gfs2_sbd *sdp = rgd->rd_sbd; in gfs2_rgrp_verify()
508 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) in gfs2_blk2rgrpd()
546 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp) in gfs2_rgrpd_get_first()
568 struct gfs2_sbd *sdp = rgd->rd_sbd; in gfs2_rgrpd_get_next()
587 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in check_and_update_goal()
720 void gfs2_clear_rgrpd(struct gfs2_sbd *sdp) in gfs2_clear_rgrpd()
748 struct gfs2_sbd *sdp = rgd->rd_sbd; in gfs2_rindex_print()
768 struct gfs2_sbd *sdp = rgd->rd_sbd; in compute_bitstructs()
843 u64 gfs2_ri_total(struct gfs2_sbd *sdp) in gfs2_ri_total()
[all …]

12