Home
last modified time | relevance | path

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

/fs/gfs2/
Drgrp.h24 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;
Drgrp.c414 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 …]
Dtrans.h15 struct gfs2_rgrpd;
Dincore.h78 struct gfs2_rgrpd { struct
106 struct gfs2_rgrpd *rgd; argument
391 struct gfs2_rgrpd *i_rgd;
Dglops.c145 struct gfs2_rgrpd *rgd; in rgrp_go_sync()
185 struct gfs2_rgrpd *rgd = (struct gfs2_rgrpd *)gl->gl_object; in rgrp_go_inval()
Dmain.c126 sizeof(struct gfs2_rgrpd), in init_gfs2_fs()
Dutil.c176 int gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd, int cluster_wide, in gfs2_consist_rgrpd_i()
Dutil.h72 int gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd, int cluster_wide,
Dsuper.c1011 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()
Dxattr.c231 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()
Dtrace_gfs2.h475 TP_PROTO(const struct gfs2_inode *ip, struct gfs2_rgrpd *rgd,
Dlops.c74 struct gfs2_rgrpd *rgd = gl->gl_object; in maybe_release_space()
Dinode.c1109 struct gfs2_rgrpd *rgd; in gfs2_unlink()
1343 struct gfs2_rgrpd *nrgd; in gfs2_rename()
Dbmap.c781 struct gfs2_rgrpd *rgd; in do_strip()
Ddir.c1951 struct gfs2_rgrpd *rgd; in leaf_dealloc()