Searched refs:ocfs2_alloc_reservation (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | reservations.c | 42 struct ocfs2_alloc_reservation *resv) in ocfs2_resv_window_bits() 56 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_end() 63 static inline int ocfs2_resv_empty(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_empty() 79 struct ocfs2_alloc_reservation *resv; in ocfs2_dump_resv() 87 resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node); in ocfs2_dump_resv() 114 struct ocfs2_alloc_reservation *resv) in ocfs2_validate_resmap_bits() 138 struct ocfs2_alloc_reservation *resv; in ocfs2_check_resmap() 142 resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node); in ocfs2_check_resmap() 189 void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_init_once() 195 void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *res [all...] |
H A D | reservations.h | 21 struct ocfs2_alloc_reservation { struct 56 void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv); 59 void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv, 73 struct ocfs2_alloc_reservation *resv); 129 struct ocfs2_alloc_reservation *resv, 148 struct ocfs2_alloc_reservation *resv,
|
H A D | inode.h | 61 struct ocfs2_alloc_reservation ip_la_data_resv;
|
H A D | suballoc.h | 48 struct ocfs2_alloc_reservation *ac_resv;
|
H A D | localalloc.c | 42 struct ocfs2_alloc_reservation *resv); 827 struct ocfs2_alloc_reservation *resv) in ocfs2_local_alloc_find_clear_bits() 831 struct ocfs2_alloc_reservation r; in ocfs2_local_alloc_find_clear_bits()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | reservations.c | 40 struct ocfs2_alloc_reservation *resv) in ocfs2_resv_window_bits() 54 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_end() 61 static inline int ocfs2_resv_empty(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_empty() 77 struct ocfs2_alloc_reservation *resv; in ocfs2_dump_resv() 85 resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node); in ocfs2_dump_resv() 112 struct ocfs2_alloc_reservation *resv) in ocfs2_validate_resmap_bits() 136 struct ocfs2_alloc_reservation *resv; in ocfs2_check_resmap() 140 resv = rb_entry(node, struct ocfs2_alloc_reservation, r_node); in ocfs2_check_resmap() 187 void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_init_once() 193 void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *res [all...] |
H A D | reservations.h | 19 struct ocfs2_alloc_reservation { struct 54 void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv); 57 void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv, 71 struct ocfs2_alloc_reservation *resv); 122 struct ocfs2_alloc_reservation *resv, 141 struct ocfs2_alloc_reservation *resv,
|
H A D | inode.h | 59 struct ocfs2_alloc_reservation ip_la_data_resv;
|
H A D | suballoc.h | 46 struct ocfs2_alloc_reservation *ac_resv;
|
H A D | localalloc.c | 40 struct ocfs2_alloc_reservation *resv); 825 struct ocfs2_alloc_reservation *resv) in ocfs2_local_alloc_find_clear_bits() 829 struct ocfs2_alloc_reservation r; in ocfs2_local_alloc_find_clear_bits()
|
Completed in 7 milliseconds