Searched refs:gfs2_blkreserv (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
D | rgrp.h | 47 extern void gfs2_rs_deltree(struct gfs2_blkreserv *rs); 78 static inline bool gfs2_rs_active(const struct gfs2_blkreserv *rs) in gfs2_rs_active()
|
D | rgrp.c | 186 static inline int rs_cmp(u64 blk, u32 len, struct gfs2_blkreserv *rs) in rs_cmp() 593 static void dump_rs(struct seq_file *seq, const struct gfs2_blkreserv *rs, in dump_rs() 609 static void __rs_deltree(struct gfs2_blkreserv *rs) in __rs_deltree() 651 void gfs2_rs_deltree(struct gfs2_blkreserv *rs) in gfs2_rs_deltree() 689 struct gfs2_blkreserv *rs; in return_all_reservations() 693 rs = rb_entry(n, struct gfs2_blkreserv, rs_node); in return_all_reservations() 1460 struct gfs2_blkreserv *rs = &ip->i_res; in rs_insert() 1469 struct gfs2_blkreserv *cur = in rs_insert() 1470 rb_entry(*newn, struct gfs2_blkreserv, rs_node); in rs_insert() 1506 static inline u32 rgd_free(struct gfs2_rgrpd *rgd, struct gfs2_blkreserv *rs) in rgd_free() [all …]
|
D | incore.h | 315 struct gfs2_blkreserv { struct 416 struct gfs2_blkreserv i_res; /* rgrp multi-block reservation */
|
D | trace_gfs2.h | 590 TP_PROTO(const struct gfs2_blkreserv *rs, u8 func),
|