Home
last modified time | relevance | path

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

/linux-6.12.1/fs/gfs2/
Drgrp.h21 struct gfs2_rgrpd;
25 void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd);
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);
29 struct gfs2_rgrpd *gfs2_rgrpd_get_next(struct gfs2_rgrpd *rgd);
33 void gfs2_free_clones(struct gfs2_rgrpd *rgd);
35 void gfs2_rgrp_brelse(struct gfs2_rgrpd *rgd);
49 void __gfs2_free_blocks(struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
51 void gfs2_free_meta(struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
53 void gfs2_free_di(struct gfs2_rgrpd *rgd, struct gfs2_inode *ip);
[all …]
Drgrp.c40 struct gfs2_rgrpd *rgd;
308 struct gfs2_rgrpd *rgd = rbm->rgd; in gfs2_rbm_add()
435 static u32 gfs2_bitcount(struct gfs2_rgrpd *rgd, const u8 *buffer, in gfs2_bitcount()
465 void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd) in gfs2_rgrp_verify()
524 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) in gfs2_blk2rgrpd()
527 struct gfs2_rgrpd *cur; in gfs2_blk2rgrpd()
532 cur = rb_entry(n, struct gfs2_rgrpd, rd_node); in gfs2_blk2rgrpd()
562 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp) in gfs2_rgrpd_get_first()
565 struct gfs2_rgrpd *rgd; in gfs2_rgrpd_get_first()
569 rgd = rb_entry(n, struct gfs2_rgrpd, rd_node); in gfs2_rgrpd_get_first()
[all …]
Dtrans.h12 struct gfs2_rgrpd;
30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rgd; in gfs2_rg_blocks()
Dglops.c172 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in gfs2_rgrp_metasync()
199 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in rgrp_go_sync()
229 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in rgrp_go_inval()
245 struct gfs2_rgrpd *rgd = gl->gl_object; in gfs2_rgrp_go_dump()
263 struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl) in gfs2_glock2rgrp()
265 struct gfs2_rgrpd *rgd; in gfs2_glock2rgrp()
Dincore.h101 struct gfs2_rgrpd { struct
292 struct gfs2_rgrpd *rs_rgd;
865 struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl);
Dmain.c126 sizeof(struct gfs2_rgrpd), in init_gfs2_fs()
Dsuper.c850 static int statfs_slow_fill(struct gfs2_rgrpd *rgd, in statfs_slow_fill()
875 struct gfs2_rgrpd *rgd_next; in gfs2_statfs_slow()
904 struct gfs2_rgrpd *rgd = in gfs2_statfs_slow()
1199 struct gfs2_rgrpd *rgd; in gfs2_dinode_dealloc()
Dutil.h87 void gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd,
Dxattr.c239 struct gfs2_rgrpd *rgd; in ea_dealloc_unstuffed()
1270 struct gfs2_rgrpd *rgd; in ea_dealloc_indirect()
1389 struct gfs2_rgrpd *rgd; in ea_dealloc_block()
Dutil.c465 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()
761 struct gfs2_rgrpd *rgd; in obsolete_rgrp()
Dtrace_gfs2.h547 TP_PROTO(const struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
Ddir.c2026 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc()
2045 struct gfs2_rgrpd *rgd; in leaf_dealloc()
Dinode.c1155 struct gfs2_rgrpd *rgd; in gfs2_unlink()
1407 struct gfs2_rgrpd *nrgd; in gfs2_rename()
Dbmap.c1458 struct gfs2_rgrpd *rgd; in sweep_bh_for_rgrps()