Searched refs:gfs2_rgrpd (Results 1 – 15 of 15) sorted by relevance
/fs/gfs2/ |
D | rgrp.h | 24 struct gfs2_rgrpd; 28 extern void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd); 30 extern struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact); 31 extern struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp); 32 extern struct gfs2_rgrpd *gfs2_rgrpd_get_next(struct gfs2_rgrpd *rgd); 36 extern void gfs2_free_clones(struct gfs2_rgrpd *rgd); 54 extern void gfs2_free_di(struct gfs2_rgrpd *rgd, struct gfs2_inode *ip); 62 struct gfs2_rgrpd **rl_rgd;
|
D | rgrp.c | 414 static u32 gfs2_bitcount(struct gfs2_rgrpd *rgd, const u8 *buffer, in gfs2_bitcount() 444 void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd) in gfs2_rgrp_verify() 487 static inline int rgrp_contains_block(struct gfs2_rgrpd *rgd, u64 block) in rgrp_contains_block() 503 struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact) in gfs2_blk2rgrpd() 506 struct gfs2_rgrpd *cur; in gfs2_blk2rgrpd() 511 cur = rb_entry(n, struct gfs2_rgrpd, rd_node); in gfs2_blk2rgrpd() 541 struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp) in gfs2_rgrpd_get_first() 544 struct gfs2_rgrpd *rgd; in gfs2_rgrpd_get_first() 548 rgd = rb_entry(n, struct gfs2_rgrpd, rd_node); in gfs2_rgrpd_get_first() 561 struct gfs2_rgrpd *gfs2_rgrpd_get_next(struct gfs2_rgrpd *rgd) in gfs2_rgrpd_get_next() [all …]
|
D | trans.h | 15 struct gfs2_rgrpd;
|
D | incore.h | 78 struct gfs2_rgrpd { struct 106 struct gfs2_rgrpd *rgd; argument 391 struct gfs2_rgrpd *i_rgd;
|
D | glops.c | 145 struct gfs2_rgrpd *rgd; in rgrp_go_sync() 185 struct gfs2_rgrpd *rgd = (struct gfs2_rgrpd *)gl->gl_object; in rgrp_go_inval()
|
D | main.c | 126 sizeof(struct gfs2_rgrpd), in init_gfs2_fs()
|
D | util.c | 176 int gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd, int cluster_wide, in gfs2_consist_rgrpd_i()
|
D | util.h | 72 int gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd, int cluster_wide,
|
D | super.c | 1011 static int statfs_slow_fill(struct gfs2_rgrpd *rgd, in statfs_slow_fill() 1036 struct gfs2_rgrpd *rgd_next; in gfs2_statfs_slow() 1404 struct gfs2_rgrpd *rgd; in gfs2_dinode_dealloc()
|
D | xattr.c | 231 struct gfs2_rgrpd *rgd; in ea_dealloc_unstuffed() 1343 struct gfs2_rgrpd *rgd; in ea_dealloc_indirect() 1408 struct gfs2_rgrpd *rgd; in ea_dealloc_block()
|
D | trace_gfs2.h | 475 TP_PROTO(const struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
|
D | lops.c | 74 struct gfs2_rgrpd *rgd = gl->gl_object; in maybe_release_space()
|
D | inode.c | 1109 struct gfs2_rgrpd *rgd; in gfs2_unlink() 1343 struct gfs2_rgrpd *nrgd; in gfs2_rename()
|
D | bmap.c | 781 struct gfs2_rgrpd *rgd; in do_strip()
|
D | dir.c | 1951 struct gfs2_rgrpd *rgd; in leaf_dealloc()
|