Home
last modified time | relevance | path

Searched refs:gfs2_rgrpd (Results 1 – 15 of 15) sorted by relevance

/linux-4.19.296/fs/gfs2/
Drgrp.h25 struct gfs2_rgrpd;
29 extern void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd);
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);
33 extern struct gfs2_rgrpd *gfs2_rgrpd_get_next(struct gfs2_rgrpd *rgd);
37 extern void gfs2_free_clones(struct gfs2_rgrpd *rgd);
39 extern void gfs2_rgrp_brelse(struct gfs2_rgrpd *rgd);
57 extern void gfs2_free_di(struct gfs2_rgrpd *rgd, struct gfs2_inode *ip);
65 struct gfs2_rgrpd **rl_rgd;
86 static inline int rgrp_contains_block(struct gfs2_rgrpd *rgd, u64 block) in rgrp_contains_block()
Drgrp.c423 static u32 gfs2_bitcount(struct gfs2_rgrpd *rgd, const u8 *buffer, in gfs2_bitcount()
453 void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd) in gfs2_rgrp_verify()
512 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) in gfs2_blk2rgrpd()
515 struct gfs2_rgrpd *cur; in gfs2_blk2rgrpd()
520 cur = rb_entry(n, struct gfs2_rgrpd, rd_node); in gfs2_blk2rgrpd()
550 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp) in gfs2_rgrpd_get_first()
553 struct gfs2_rgrpd *rgd; in gfs2_rgrpd_get_first()
557 rgd = rb_entry(n, struct gfs2_rgrpd, rd_node); in gfs2_rgrpd_get_first()
570 struct gfs2_rgrpd *gfs2_rgrpd_get_next(struct gfs2_rgrpd *rgd) in gfs2_rgrpd_get_next()
584 rgd = rb_entry(n, struct gfs2_rgrpd, rd_node); in gfs2_rgrpd_get_next()
[all …]
Dtrans.h15 struct gfs2_rgrpd;
33 struct gfs2_rgrpd *rgd = ip->i_res.rs_rbm.rgd; in gfs2_rg_blocks()
Dglops.c151 struct gfs2_rgrpd *rgd; in rgrp_go_sync()
192 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in rgrp_go_inval()
217 struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl) in gfs2_glock2rgrp()
219 struct gfs2_rgrpd *rgd; in gfs2_glock2rgrp()
Dincore.h99 struct gfs2_rgrpd { struct
128 struct gfs2_rgrpd *rgd; argument
877 extern struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl);
Dmain.c130 sizeof(struct gfs2_rgrpd), in init_gfs2_fs()
Dutil.h72 int gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd, int cluster_wide,
Dutil.c179 int gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd, int cluster_wide, in gfs2_consist_rgrpd_i()
Dsuper.c1070 static int statfs_slow_fill(struct gfs2_rgrpd *rgd, in statfs_slow_fill()
1095 struct gfs2_rgrpd *rgd_next; in gfs2_statfs_slow()
1124 struct gfs2_rgrpd *rgd = in gfs2_statfs_slow()
1493 struct gfs2_rgrpd *rgd; in gfs2_dinode_dealloc()
Dxattr.c232 struct gfs2_rgrpd *rgd; in ea_dealloc_unstuffed()
1305 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in ea_dealloc_indirect()
1370 struct gfs2_rgrpd *rgd; in ea_dealloc_block()
Dlops.c75 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in maybe_release_space()
Dtrace_gfs2.h549 TP_PROTO(const struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
Dinode.c1108 struct gfs2_rgrpd *rgd; in gfs2_unlink()
1356 struct gfs2_rgrpd *nrgd; in gfs2_rename()
Ddir.c2024 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc()
Dbmap.c1493 struct gfs2_rgrpd *rgd; in sweep_bh_for_rgrps()