Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Drgrp.h21 struct gfs2_rgrpd;
25 extern void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd);
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);
29 extern struct gfs2_rgrpd *gfs2_rgrpd_get_next(struct gfs2_rgrpd *rgd);
33 extern void gfs2_free_clones(struct gfs2_rgrpd *rgd);
35 extern void gfs2_rgrp_brelse(struct gfs2_rgrpd *rgd);
49 extern void __gfs2_free_blocks(struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
51 extern void gfs2_free_meta(struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
53 extern void gfs2_free_di(struct gfs2_rgrpd *rgd, struct gfs2_inode *ip);
[all …]
Drgrp.c409 static u32 gfs2_bitcount(struct gfs2_rgrpd *rgd, const u8 *buffer, in gfs2_bitcount()
439 void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd) in gfs2_rgrp_verify()
498 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) in gfs2_blk2rgrpd()
501 struct gfs2_rgrpd *cur; in gfs2_blk2rgrpd()
506 cur = rb_entry(n, struct gfs2_rgrpd, rd_node); in gfs2_blk2rgrpd()
536 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp) in gfs2_rgrpd_get_first()
539 struct gfs2_rgrpd *rgd; in gfs2_rgrpd_get_first()
543 rgd = rb_entry(n, struct gfs2_rgrpd, rd_node); in gfs2_rgrpd_get_first()
556 struct gfs2_rgrpd *gfs2_rgrpd_get_next(struct gfs2_rgrpd *rgd) in gfs2_rgrpd_get_next()
570 rgd = rb_entry(n, struct gfs2_rgrpd, rd_node); in gfs2_rgrpd_get_next()
[all …]
Dtrans.h12 struct gfs2_rgrpd;
30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rbm.rgd; in gfs2_rg_blocks()
Dglops.c177 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in gfs2_rgrp_metasync()
204 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in rgrp_go_sync()
234 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in rgrp_go_inval()
248 struct gfs2_rgrpd *rgd = gl->gl_object; in gfs2_rgrp_go_dump()
266 struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl) in gfs2_glock2rgrp()
268 struct gfs2_rgrpd *rgd; in gfs2_glock2rgrp()
Dincore.h100 struct gfs2_rgrpd { struct
129 struct gfs2_rgrpd *rgd; argument
891 extern struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl);
Dmain.c130 sizeof(struct gfs2_rgrpd), in init_gfs2_fs()
Dutil.h87 void gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd,
Dsuper.c789 static int statfs_slow_fill(struct gfs2_rgrpd *rgd, in statfs_slow_fill()
814 struct gfs2_rgrpd *rgd_next; in gfs2_statfs_slow()
843 struct gfs2_rgrpd *rgd = in gfs2_statfs_slow()
1128 struct gfs2_rgrpd *rgd; in gfs2_dinode_dealloc()
Dxattr.c229 struct gfs2_rgrpd *rgd; in ea_dealloc_unstuffed()
1254 struct gfs2_rgrpd *rgd; in ea_dealloc_indirect()
1373 struct gfs2_rgrpd *rgd; in ea_dealloc_block()
Dutil.c461 void gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd, in gfs2_consist_rgrpd_i()
Dlops.c75 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in maybe_release_space()
794 struct gfs2_rgrpd *rgd; in buf_lo_scan_elements()
Dtrace_gfs2.h550 TP_PROTO(const struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
Ddir.c2019 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc()
2038 struct gfs2_rgrpd *rgd; in leaf_dealloc()
Dinode.c1132 struct gfs2_rgrpd *rgd; in gfs2_unlink()
1380 struct gfs2_rgrpd *nrgd; in gfs2_rename()
Dbmap.c1504 struct gfs2_rgrpd *rgd; in sweep_bh_for_rgrps()