Searched refs:gfs2_blkreserv (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/gfs2/ |
D | rgrp.c | 82 struct gfs2_blkreserv *rs, bool nowrap); 204 static inline int rs_cmp(u64 start, u32 len, struct gfs2_blkreserv *rs) in rs_cmp() 619 static void dump_rs(struct seq_file *seq, const struct gfs2_blkreserv *rs, in dump_rs() 636 static void __rs_deltree(struct gfs2_blkreserv *rs) in __rs_deltree() 667 void gfs2_rs_deltree(struct gfs2_blkreserv *rs) in gfs2_rs_deltree() 706 struct gfs2_blkreserv *rs; in return_all_reservations() 710 rs = rb_entry(n, struct gfs2_blkreserv, rs_node); in return_all_reservations() 1492 struct gfs2_blkreserv *rs = &ip->i_res; in rs_insert() 1500 struct gfs2_blkreserv *cur = in rs_insert() 1501 rb_entry(*newn, struct gfs2_blkreserv, rs_node); in rs_insert() [all …]
|
D | rgrp.h | 47 extern void gfs2_rs_deltree(struct gfs2_blkreserv *rs); 79 static inline bool gfs2_rs_active(const struct gfs2_blkreserv *rs) in gfs2_rs_active()
|
D | incore.h | 292 struct gfs2_blkreserv { struct 395 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */
|
D | trace_gfs2.h | 591 TP_PROTO(const struct gfs2_blkreserv *rs, u8 func),
|