Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dlog.h24 static inline void gfs2_log_lock(struct gfs2_sbd *sdp) in gfs2_log_lock()
36 static inline void gfs2_log_unlock(struct gfs2_sbd *sdp) in gfs2_log_unlock()
42 static inline void gfs2_log_pointers_init(struct gfs2_sbd *sdp, in gfs2_log_pointers_init()
53 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_ordered_add_inode()
63 extern unsigned int gfs2_struct2blk(struct gfs2_sbd *sdp, unsigned int nstruct,
66 extern void gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks);
67 extern int gfs2_log_reserve(struct gfs2_sbd *sdp, unsigned int blks);
74 extern void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl,
76 extern void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
78 extern void gfs2_ail1_flush(struct gfs2_sbd *sdp, struct writeback_control *wbc);
[all …]
Dsuper.h17 extern void gfs2_lm_unmount(struct gfs2_sbd *sdp);
19 static inline unsigned int gfs2_jindex_size(struct gfs2_sbd *sdp) in gfs2_jindex_size()
28 extern void gfs2_jindex_free(struct gfs2_sbd *sdp);
32 extern struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid);
35 extern int gfs2_lookup_in_master_dir(struct gfs2_sbd *sdp, char *filename,
38 extern int gfs2_make_fs_rw(struct gfs2_sbd *sdp);
39 extern void gfs2_online_uevent(struct gfs2_sbd *sdp);
40 extern int gfs2_statfs_init(struct gfs2_sbd *sdp);
41 extern void gfs2_statfs_change(struct gfs2_sbd *sdp, s64 total, s64 free,
45 extern void update_statfs(struct gfs2_sbd *sdp, struct buffer_head *m_bh,
Dsys.c34 ssize_t (*show)(struct gfs2_sbd *, char *);
35 ssize_t (*store)(struct gfs2_sbd *, const char *, size_t);
41 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); in gfs2_attr_show()
49 struct gfs2_sbd *sdp = container_of(kobj, struct gfs2_sbd, sd_kobj); in gfs2_attr_store()
62 static ssize_t id_show(struct gfs2_sbd *sdp, char *buf) in id_show()
68 static ssize_t fsname_show(struct gfs2_sbd *sdp, char *buf) in fsname_show()
84 static ssize_t uuid_show(struct gfs2_sbd *sdp, char *buf) in uuid_show()
94 static ssize_t freeze_show(struct gfs2_sbd *sdp, char *buf) in freeze_show()
102 static ssize_t freeze_store(struct gfs2_sbd *sdp, const char *buf, size_t len) in freeze_store()
132 static ssize_t withdraw_show(struct gfs2_sbd *sdp, char *buf) in withdraw_show()
[all …]
Dglock.h124 int (*lm_mount) (struct gfs2_sbd *sdp, const char *table);
125 void (*lm_first_done) (struct gfs2_sbd *sdp);
126 void (*lm_recovery_result) (struct gfs2_sbd *sdp, unsigned int jid,
128 void (*lm_unmount) (struct gfs2_sbd *sdp);
129 void (*lm_withdraw) (struct gfs2_sbd *sdp);
181 extern int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number,
196 extern int gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number,
234 extern void gfs2_gl_hash_clear(struct gfs2_sbd *sdp);
236 extern void gfs2_glock_thaw(struct gfs2_sbd *sdp);
243 extern int gfs2_create_debugfs_file(struct gfs2_sbd *sdp);
[all …]
Dutil.c33 void gfs2_assert_i(struct gfs2_sbd *sdp) in gfs2_assert_i()
38 int gfs2_lm_withdraw(struct gfs2_sbd *sdp, const char *fmt, ...) in gfs2_lm_withdraw()
87 int gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_withdraw_i()
105 int gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, in gfs2_assert_warn_i()
139 int gfs2_consist_i(struct gfs2_sbd *sdp, int cluster_wide, const char *function, in gfs2_consist_i()
158 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_consist_inode_i()
179 struct gfs2_sbd *sdp = rgd->rd_sbd; in gfs2_consist_rgrpd_i()
196 int gfs2_meta_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, in gfs2_meta_check_ii()
216 int gfs2_metatype_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, in gfs2_metatype_check_ii()
236 int gfs2_io_error_i(struct gfs2_sbd *sdp, const char *function, char *file, in gfs2_io_error_i()
[all …]
Drgrp.h26 struct gfs2_sbd;
31 extern struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
32 extern struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp);
35 extern void gfs2_clear_rgrpd(struct gfs2_sbd *sdp);
36 extern int gfs2_rindex_update(struct gfs2_sbd *sdp);
59 extern int gfs2_check_blk_type(struct gfs2_sbd *sdp, u64 no_addr,
73 extern u64 gfs2_ri_total(struct gfs2_sbd *sdp);
75 extern int gfs2_rgrp_send_discards(struct gfs2_sbd *sdp, u64 offset,
Dutil.h31 void gfs2_assert_i(struct gfs2_sbd *sdp);
42 int gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion,
50 int gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion,
58 int gfs2_consist_i(struct gfs2_sbd *sdp, int cluster_wide,
79 int gfs2_meta_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh,
83 static inline int gfs2_meta_check(struct gfs2_sbd *sdp, in gfs2_meta_check()
96 int gfs2_metatype_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh,
101 static inline int gfs2_metatype_check_i(struct gfs2_sbd *sdp, in gfs2_metatype_check_i()
132 int gfs2_io_error_i(struct gfs2_sbd *sdp, const char *function,
139 int gfs2_io_error_bh_i(struct gfs2_sbd *sdp, struct buffer_head *bh,
[all …]
Dlops.h29 extern void gfs2_log_write_page(struct gfs2_sbd *sdp, struct page *page);
30 extern void gfs2_log_flush_bio(struct gfs2_sbd *sdp, int rw);
31 extern void gfs2_pin(struct gfs2_sbd *sdp, struct buffer_head *bh);
33 static inline unsigned int buf_limit(struct gfs2_sbd *sdp) in buf_limit()
41 static inline unsigned int databuf_limit(struct gfs2_sbd *sdp) in databuf_limit()
49 static inline void lops_before_commit(struct gfs2_sbd *sdp, in lops_before_commit()
58 static inline void lops_after_commit(struct gfs2_sbd *sdp, in lops_after_commit()
Dtrans.h14 struct gfs2_sbd;
38 extern int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks,
41 extern void gfs2_trans_end(struct gfs2_sbd *sdp);
44 extern void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd);
45 extern void gfs2_trans_add_unrevoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len);
Dquota.h16 struct gfs2_sbd;
33 extern int gfs2_quota_refresh(struct gfs2_sbd *sdp, struct kqid qid);
35 extern int gfs2_quota_init(struct gfs2_sbd *sdp);
36 extern void gfs2_quota_cleanup(struct gfs2_sbd *sdp);
39 extern void gfs2_wake_up_statfs(struct gfs2_sbd *sdp);
44 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_quota_lock_check()
Dsys.h14 struct gfs2_sbd;
16 int gfs2_sys_fs_add(struct gfs2_sbd *sdp);
17 void gfs2_sys_fs_del(struct gfs2_sbd *sdp);
22 int gfs2_recover_set(struct gfs2_sbd *sdp, unsigned jid);
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()
143 static u64 gfs2_log_bmap(struct gfs2_sbd *sdp) in gfs2_log_bmap()
172 static void gfs2_end_log_write_bh(struct gfs2_sbd *sdp, struct bio_vec *bvec, in gfs2_end_log_write_bh()
207 struct gfs2_sbd *sdp = bio->bi_private; in gfs2_end_log_write()
239 void gfs2_log_flush_bio(struct gfs2_sbd *sdp, int rw) in gfs2_log_flush_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 …]
Dlog.c48 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()
145 void gfs2_ail1_flush(struct gfs2_sbd *sdp, struct writeback_control *wbc) in gfs2_ail1_flush()
171 static void gfs2_ail1_start(struct gfs2_sbd *sdp) in gfs2_ail1_start()
190 static void gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail1_empty_one()
215 static int gfs2_ail1_empty(struct gfs2_sbd *sdp) in gfs2_ail1_empty()
235 static void gfs2_ail1_wait(struct gfs2_sbd *sdp) in gfs2_ail1_wait()
264 static void gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail2_empty_one()
277 static void ail2_empty(struct gfs2_sbd *sdp, unsigned int new_tail) in ail2_empty()
310 void gfs2_log_release(struct gfs2_sbd *sdp, unsigned int blks) in gfs2_log_release()
[all …]
Dquota.c88 static unsigned int gfs2_qd_hash(const struct gfs2_sbd *sdp, in gfs2_qd_hash()
93 h = jhash(&sdp, sizeof(struct gfs2_sbd *), 0); in gfs2_qd_hash()
118 struct gfs2_sbd *sdp; in gfs2_qd_dispose()
214 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid) in qd_alloc()
244 const struct gfs2_sbd *sdp, in gfs2_qd_search_bucket()
265 static int qd_get(struct gfs2_sbd *sdp, struct kqid qid, in qd_get()
305 struct gfs2_sbd *sdp = qd->qd_gl->gl_name.ln_sbd; in qd_hold()
323 struct gfs2_sbd *sdp = qd->qd_sbd; in slot_get()
347 struct gfs2_sbd *sdp = qd->qd_sbd; in slot_hold()
357 struct gfs2_sbd *sdp = qd->qd_sbd; in slot_put()
[all …]
Dinode.h35 const struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_is_writeback()
41 const struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_is_ordered()
99 extern struct inode *gfs2_lookup_by_inum(struct gfs2_sbd *sdp, u64 no_addr,
126 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks()
134 static inline int gfs2_localflocks(const struct gfs2_sbd *sdp) in gfs2_localflocks()
Dsuper.c297 void gfs2_jindex_free(struct gfs2_sbd *sdp) in gfs2_jindex_free()
335 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid) in gfs2_jdesc_find()
349 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in gfs2_jdesc_check()
365 static int init_threads(struct gfs2_sbd *sdp) in init_threads()
399 int gfs2_make_fs_rw(struct gfs2_sbd *sdp) in gfs2_make_fs_rw()
469 int gfs2_statfs_init(struct gfs2_sbd *sdp) in gfs2_statfs_init()
515 void gfs2_statfs_change(struct gfs2_sbd *sdp, s64 total, s64 free, in gfs2_statfs_change()
550 void update_statfs(struct gfs2_sbd *sdp, struct buffer_head *m_bh, in update_statfs()
575 struct gfs2_sbd *sdp = sb->s_fs_info; in gfs2_statfs_sync()
642 static int gfs2_lock_fs_check_clean(struct gfs2_sbd *sdp, in gfs2_lock_fs_check_clean()
[all …]
Dlock_dlm.c284 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gdlm_put_lock()
498 static int sync_unlock(struct gfs2_sbd *sdp, struct dlm_lksb *lksb, char *name) in sync_unlock()
520 static int sync_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags, in sync_lock()
551 static int mounted_unlock(struct gfs2_sbd *sdp) in mounted_unlock()
557 static int mounted_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags) in mounted_lock()
564 static int control_unlock(struct gfs2_sbd *sdp) in control_unlock()
570 static int control_lock(struct gfs2_sbd *sdp, int mode, uint32_t flags) in control_lock()
579 struct gfs2_sbd *sdp = container_of(work, struct gfs2_sbd, sd_control_work.work); in gfs2_control_func()
755 static int control_mount(struct gfs2_sbd *sdp) in control_mount()
939 static int control_first_done(struct gfs2_sbd *sdp) in control_first_done()
[all …]
Dmeta_io.c117 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_getbuf()
203 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_read()
245 int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh) in gfs2_meta_wait()
267 struct gfs2_sbd *sdp = gfs2_mapping2sbd(mapping); in gfs2_remove_from_journal()
307 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_meta_wipe()
339 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_meta_indirect_buffer()
365 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_meta_ra()
Dtrans.c31 int gfs2_trans_begin(struct gfs2_sbd *sdp, unsigned int blocks, in gfs2_trans_begin()
88 void gfs2_trans_end(struct gfs2_sbd *sdp) in gfs2_trans_end()
161 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_data()
197 static void meta_lo_add(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) in meta_lo_add()
229 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_trans_add_meta()
253 void gfs2_trans_add_revoke(struct gfs2_sbd *sdp, struct gfs2_bufdata *bd) in gfs2_trans_add_revoke()
263 void gfs2_trans_add_unrevoke(struct gfs2_sbd *sdp, u64 blkno, unsigned int len) in gfs2_trans_add_unrevoke()
Dops_fstype.c65 static struct gfs2_sbd *init_sbd(struct super_block *sb) in init_sbd()
67 struct gfs2_sbd *sdp; in init_sbd()
70 sdp = kzalloc(sizeof(struct gfs2_sbd), GFP_KERNEL); in init_sbd()
152 static int gfs2_check_sb(struct gfs2_sbd *sdp, int silent) in gfs2_check_sb()
185 static void gfs2_sb_in(struct gfs2_sbd *sdp, const void *buf) in gfs2_sb_in()
227 static int gfs2_read_super(struct gfs2_sbd *sdp, sector_t sector, int silent) in gfs2_read_super()
270 static int gfs2_read_sb(struct gfs2_sbd *sdp, int silent) in gfs2_read_sb()
358 static int init_names(struct gfs2_sbd *sdp, int silent) in init_names()
392 static int init_locking(struct gfs2_sbd *sdp, struct gfs2_holder *mount_gh, in init_locking()
450 struct gfs2_sbd *sdp = sb->s_fs_info; in gfs2_lookup_root()
[all …]
Dmeta_io.h43 static inline struct gfs2_sbd *gfs2_mapping2sbd(struct address_space *mapping) in gfs2_mapping2sbd()
49 return container_of(mapping, struct gfs2_sbd, sd_aspace); in gfs2_mapping2sbd()
57 extern int gfs2_meta_wait(struct gfs2_sbd *sdp, struct buffer_head *bh);
Dglops.c57 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in __gfs2_ail_flush()
85 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()
144 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in rgrp_go_sync()
184 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in rgrp_go_inval()
286 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in inode_go_demote_ok()
421 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in inode_go_lock()
482 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in freeze_go_sync()
505 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in freeze_go_xmote_bh()
550 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in iopen_go_callback()
Dincore.h37 struct gfs2_sbd;
56 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
57 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
93 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;
664 struct gfs2_sbd { struct
838 const struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_sbstats_inc() argument
Daops.c102 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_writepage_common()
158 struct gfs2_sbd *sdp = GFS2_SB(inode); in __gfs2_jdata_writepage()
183 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_jdata_writepage()
240 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_write_jdata_pagevec()
429 struct gfs2_sbd *sdp = GFS2_SB(mapping->host); in gfs2_jdata_writepages()
498 struct gfs2_sbd *sdp = GFS2_SB(page->mapping->host); in __gfs2_readpage()
612 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_readpages()
648 struct gfs2_sbd *sdp = GFS2_SB(mapping->host); in gfs2_write_begin()
762 struct gfs2_sbd *sdp = inode->i_sb->s_fs_info; in adjust_fs_space()
814 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_stuffed_write_end()
[all …]
Drgrp.c446 struct gfs2_sbd *sdp = rgd->rd_sbd; in gfs2_rgrp_verify()
503 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) in gfs2_blk2rgrpd()
541 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp) in gfs2_rgrpd_get_first()
563 struct gfs2_sbd *sdp = rgd->rd_sbd; in gfs2_rgrpd_get_next()
582 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in check_and_update_goal()
719 void gfs2_clear_rgrpd(struct gfs2_sbd *sdp) in gfs2_clear_rgrpd()
766 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 *sdp = rgd->rd_sbd; in rgd_insert()
897 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in read_rindex_entry()
[all …]
Dbmap.h34 const struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_write_calc_reserv()
58 extern int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd);
Dbmap.c238 static void find_metapath(const struct gfs2_sbd *sdp, u64 block, in find_metapath()
455 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_bmap_alloc()
607 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_block_map()
720 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in do_strip()
874 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in recursive_scan()
1011 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_journaled_truncate()
1034 struct gfs2_sbd *sdp = GFS2_SB(inode); in trunc_start()
1087 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in trunc_dealloc()
1124 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in trunc_end()
1219 struct gfs2_sbd *sdp = GFS2_SB(inode); in do_grow()
[all …]
Dxattr.c41 static int ea_calc_size(struct gfs2_sbd *sdp, unsigned int nsize, size_t dsize, in ea_calc_size()
59 static int ea_check_size(struct gfs2_sbd *sdp, unsigned int nsize, size_t dsize) in ea_check_size()
230 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in ea_dealloc_unstuffed()
465 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_iter_unstuffed()
624 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in ea_alloc_blk()
665 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in ea_write()
973 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in ea_set_block()
1181 struct gfs2_sbd *sdp = GFS2_SB(inode); in __gfs2_xattr_set()
1244 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in ea_acl_chmod_unstuffed()
1262 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_xattr_acl_chmod()
[all …]
Dglock.c54 struct gfs2_sbd *sdp; /* incore superblock */
85 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_free()
163 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_put()
448 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in do_xmote()
570 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in delete_work_func()
641 int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number, in gfs2_glock_get()
883 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in add_to_queue()
961 struct gfs2_sbd *sdp = gl->gl_name.ln_sbd; in gfs2_glock_nq()
1081 int gfs2_glock_nq_num(struct gfs2_sbd *sdp, u64 number, in gfs2_glock_nq_num()
1417 static void glock_hash_walk(glock_examiner examiner, const struct gfs2_sbd *sdp) in glock_hash_walk()
[all …]
Drecovery.h17 static inline void gfs2_replay_incr_blk(struct gfs2_sbd *sdp, unsigned int *blk) in gfs2_replay_incr_blk()
Dinode.c107 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_set_iop()
155 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_inode_lookup()
206 struct inode *gfs2_lookup_by_inum(struct gfs2_sbd *sdp, u64 no_addr, in gfs2_lookup_by_inum()
381 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in alloc_dinode()
439 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_init_xattr()
523 struct gfs2_sbd *sdp = GFS2_SB(&dip->i_inode); in link_dinode()
594 struct gfs2_sbd *sdp = GFS2_SB(&dip->i_inode); in gfs2_create_inode()
890 struct gfs2_sbd *sdp = GFS2_SB(dir); in gfs2_link()
1093 struct gfs2_sbd *sdp = GFS2_SB(dir); in gfs2_unlink()
1176 struct gfs2_sbd *sdp = GFS2_SB(dir); in gfs2_symlink()
[all …]
Drecovery.c316 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in foreach_descriptor()
384 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in clean_journal()
432 static void gfs2_recovery_done(struct gfs2_sbd *sdp, unsigned int jid, in gfs2_recovery_done()
455 struct gfs2_sbd *sdp = GFS2_SB(jd->jd_inode); in gfs2_recover_func()
Dfile.c216 struct gfs2_sbd *sdp = GFS2_SB(inode); in do_gfs2_set_flags()
334 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_size_hint()
386 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_page_mkwrite()
783 const struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in calc_max_reserv()
803 struct gfs2_sbd *sdp = GFS2_SB(inode); in __gfs2_fallocate()
988 struct gfs2_sbd *sdp = GFS2_SB(file->f_mapping->host); in gfs2_lock()
Ddentry.c39 struct gfs2_sbd *sdp; in gfs2_drevalidate()
Dtrace_gfs2.h354 TP_PROTO(const struct gfs2_sbd *sdp, int start),
379 TP_PROTO(const struct gfs2_sbd *sdp, int blocks),
400 TP_PROTO(const struct gfs2_sbd *sdp, const struct writeback_control *wbc, int start),
Ddir.c158 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_dir_write_data()
274 struct gfs2_sbd *sdp = GFS2_SB(&ip->i_inode); in gfs2_dir_read_data()
872 struct gfs2_sbd *sdp = GFS2_SB(inode); in dir_make_exhash()
1303 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_dir_read_leaf()
1484 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_dir_read()
1886 struct gfs2_sbd *sdp = GFS2_SB(&dip->i_inode); in leaf_dealloc()
2067 struct gfs2_sbd *sdp = GFS2_SB(inode); in gfs2_diradd_alloc_required()
Dexport.c137 struct gfs2_sbd *sdp = sb->s_fs_info; in gfs2_get_dentry()