Home
last modified time | relevance | path

Searched refs:ocfs2_reservation_map (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/ocfs2/
Dreservations.h40 struct ocfs2_reservation_map { struct
72 void ocfs2_resv_discard(struct ocfs2_reservation_map *resmap, argument
87 struct ocfs2_reservation_map *resmap);
102 void ocfs2_resmap_restart(struct ocfs2_reservation_map *resmap,
109 void ocfs2_resmap_uninit(struct ocfs2_reservation_map *resmap);
128 int ocfs2_resmap_resv_bits(struct ocfs2_reservation_map *resmap,
147 void ocfs2_resmap_claimed_bits(struct ocfs2_reservation_map *resmap,
Dreservations.c41 static unsigned int ocfs2_resv_window_bits(struct ocfs2_reservation_map *resmap, in ocfs2_resv_window_bits()
68 static inline int ocfs2_resmap_disabled(struct ocfs2_reservation_map *resmap) in ocfs2_resmap_disabled()
75 static void ocfs2_dump_resv(struct ocfs2_reservation_map *resmap) in ocfs2_dump_resv()
112 static int ocfs2_validate_resmap_bits(struct ocfs2_reservation_map *resmap, in ocfs2_validate_resmap_bits()
133 static void ocfs2_check_resmap(struct ocfs2_reservation_map *resmap) in ocfs2_check_resmap()
183 static inline void ocfs2_check_resmap(struct ocfs2_reservation_map *resmap) in ocfs2_check_resmap()
204 struct ocfs2_reservation_map *resmap) in ocfs2_resmap_init()
216 static void ocfs2_resv_mark_lru(struct ocfs2_reservation_map *resmap, in ocfs2_resv_mark_lru()
233 static void ocfs2_resv_remove(struct ocfs2_reservation_map *resmap, in ocfs2_resv_remove()
243 static void __ocfs2_resv_discard(struct ocfs2_reservation_map *resmap, in __ocfs2_resv_discard()
[all …]
Docfs2.h376 struct ocfs2_reservation_map osb_la_resmap;
Dlocalalloc.c833 struct ocfs2_reservation_map *resmap = &osb->osb_la_resmap; in ocfs2_local_alloc_find_clear_bits()