Searched refs:gfs2_blkreserv (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/gfs2/ |
D | rgrp.h | 53 extern void gfs2_rs_deltree(struct gfs2_blkreserv *rs); 81 static inline bool gfs2_rs_active(const struct gfs2_blkreserv *rs) in gfs2_rs_active()
|
D | rgrp.c | 195 static inline int rs_cmp(u64 blk, u32 len, struct gfs2_blkreserv *rs) in rs_cmp() 617 static void dump_rs(struct seq_file *seq, const struct gfs2_blkreserv *rs) in dump_rs() 632 static void __rs_deltree(struct gfs2_blkreserv *rs) in __rs_deltree() 674 void gfs2_rs_deltree(struct gfs2_blkreserv *rs) in gfs2_rs_deltree() 713 struct gfs2_blkreserv *rs; in return_all_reservations() 717 rs = rb_entry(n, struct gfs2_blkreserv, rs_node); in return_all_reservations() 1479 struct gfs2_blkreserv *rs = &ip->i_res; in rs_insert() 1488 struct gfs2_blkreserv *cur = in rs_insert() 1489 rb_entry(*newn, struct gfs2_blkreserv, rs_node); in rs_insert() 1525 static inline u32 rgd_free(struct gfs2_rgrpd *rgd, struct gfs2_blkreserv *rs) in rgd_free() [all …]
|
D | incore.h | 311 struct gfs2_blkreserv { struct 420 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */
|
D | trace_gfs2.h | 589 TP_PROTO(const struct gfs2_blkreserv *rs, u8 func),
|