Home
last modified time | relevance | path

Searched refs:gfs2_rbm (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/gfs2/
Dincore.h124 struct gfs2_rbm { struct
130 static inline struct gfs2_bitmap *rbm_bi(const struct gfs2_rbm *rbm) in rbm_bi() argument
135 static inline u64 gfs2_rbm_to_block(const struct gfs2_rbm *rbm) in gfs2_rbm_to_block()
142 static inline bool gfs2_rbm_eq(const struct gfs2_rbm *rbm1, in gfs2_rbm_eq()
143 const struct gfs2_rbm *rbm2) in gfs2_rbm_eq()
310 struct gfs2_rbm rs_rbm; /* Start of reservation */
Drgrp.c61 struct gfs2_rbm rbm;
73 static int gfs2_rbm_find(struct gfs2_rbm *rbm, u8 state, u32 *minext,
85 static inline void gfs2_setbit(const struct gfs2_rbm *rbm, bool do_clone, in gfs2_setbit()
135 static inline u8 gfs2_testbit(const struct gfs2_rbm *rbm, bool use_clone) in gfs2_testbit()
271 static int gfs2_rbm_from_block(struct gfs2_rbm *rbm, u64 block) in gfs2_rbm_from_block()
301 static bool gfs2_rbm_incr(struct gfs2_rbm *rbm) in gfs2_rbm_incr()
324 static bool gfs2_unaligned_extlen(struct gfs2_rbm *rbm, u32 n_unaligned, u32 *len) in gfs2_unaligned_extlen()
358 static u32 gfs2_free_extlen(const struct gfs2_rbm *rrbm, u32 len) in gfs2_free_extlen()
360 struct gfs2_rbm rbm = *rrbm; in gfs2_free_extlen()
644 struct gfs2_rbm last_rbm = { .rgd = rs->rs_rbm.rgd, }; in __rs_deltree()
[all …]