Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Drgrp.h25 struct gfs2_rgrpd;
29 extern void gfs2_rgrp_verify(struct gfs2_rgrpd *rgd);
31 extern struct gfs2_rgrpd *gfs2_blk2rgrpd(struct gfs2_sbd *sdp, u64 blk, bool exact);
32 extern struct gfs2_rgrpd *gfs2_rgrpd_get_first(struct gfs2_sbd *sdp);
33 extern struct gfs2_rgrpd *gfs2_rgrpd_get_next(struct gfs2_rgrpd *rgd);
37 extern void gfs2_free_clones(struct gfs2_rgrpd *rgd);
39 extern void gfs2_rgrp_brelse(struct gfs2_rgrpd *rgd);
57 extern void gfs2_free_di(struct gfs2_rgrpd *rgd, struct gfs2_inode *ip);
65 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.h79 struct gfs2_rgrpd { struct
108 struct gfs2_rgrpd *rgd; argument
395 struct gfs2_rgrpd *i_rgd;
Dmain.c127 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,
Dglops.c146 struct gfs2_rgrpd *rgd; in rgrp_go_sync()
186 struct gfs2_rgrpd *rgd = gl->gl_object; in rgrp_go_inval()
Dxattr.c231 struct gfs2_rgrpd *rgd; in ea_dealloc_unstuffed()
1346 struct gfs2_rgrpd *rgd; in ea_dealloc_indirect()
1411 struct gfs2_rgrpd *rgd; in ea_dealloc_block()
Dsuper.c1049 static int statfs_slow_fill(struct gfs2_rgrpd *rgd, in statfs_slow_fill()
1074 struct gfs2_rgrpd *rgd_next; in gfs2_statfs_slow()
1442 struct gfs2_rgrpd *rgd; in gfs2_dinode_dealloc()
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.c1097 struct gfs2_rgrpd *rgd; in gfs2_unlink()
1357 struct gfs2_rgrpd *nrgd; in gfs2_rename()
Dbmap.c781 struct gfs2_rgrpd *rgd; in do_strip()
Ddir.c1934 struct gfs2_rgrpd *rgd; in leaf_dealloc()