Searched refs:gfs2_rgrpd (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/fs/gfs2/ |
D | rgrp.h | 21 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 …]
|
D | rgrp.c | 40 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 …]
|
D | trans.h | 12 struct gfs2_rgrpd; 30 struct gfs2_rgrpd *rgd = ip->i_res.rs_rgd; in gfs2_rg_blocks()
|
D | glops.c | 166 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in gfs2_rgrp_metasync() 193 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in rgrp_go_sync() 223 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in rgrp_go_inval() 236 struct gfs2_rgrpd *rgd = gl->gl_object; in gfs2_rgrp_go_dump() 254 struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl) in gfs2_glock2rgrp() 256 struct gfs2_rgrpd *rgd; in gfs2_glock2rgrp()
|
D | incore.h | 101 struct gfs2_rgrpd { struct 295 struct gfs2_rgrpd *rs_rgd; 865 extern struct gfs2_rgrpd *gfs2_glock2rgrp(struct gfs2_glock *gl);
|
D | main.c | 127 sizeof(struct gfs2_rgrpd), in init_gfs2_fs()
|
D | util.h | 87 void gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd,
|
D | super.c | 752 static int statfs_slow_fill(struct gfs2_rgrpd *rgd, in statfs_slow_fill() 777 struct gfs2_rgrpd *rgd_next; in gfs2_statfs_slow() 806 struct gfs2_rgrpd *rgd = in gfs2_statfs_slow() 1091 struct gfs2_rgrpd *rgd; in gfs2_dinode_dealloc()
|
D | xattr.c | 235 struct gfs2_rgrpd *rgd; in ea_dealloc_unstuffed() 1266 struct gfs2_rgrpd *rgd; in ea_dealloc_indirect() 1385 struct gfs2_rgrpd *rgd; in ea_dealloc_block()
|
D | util.c | 473 void gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd, in gfs2_consist_rgrpd_i()
|
D | lops.c | 75 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(gl); in maybe_release_space() 770 struct gfs2_rgrpd *rgd; in obsolete_rgrp()
|
D | trace_gfs2.h | 547 TP_PROTO(const struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
|
D | dir.c | 2022 struct gfs2_rgrpd *rgd = gfs2_glock2rgrp(rlist.rl_ghs[x].gh_gl); in leaf_dealloc() 2041 struct gfs2_rgrpd *rgd; in leaf_dealloc()
|
D | inode.c | 1132 struct gfs2_rgrpd *rgd; in gfs2_unlink() 1384 struct gfs2_rgrpd *nrgd; in gfs2_rename()
|
D | bmap.c | 1444 struct gfs2_rgrpd *rgd; in sweep_bh_for_rgrps()
|