Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dz3fold.c61 #define ZHDR_SIZE_ALIGNED round_up(sizeof(struct z3fold_header), CHUNK_SIZE)
113 struct z3fold_header { struct
298 static struct z3fold_header *init_z3fold_page(struct page *page, bool headless, in init_z3fold_page()
301 struct z3fold_header *zhdr = page_address(page); in init_z3fold_page()
345 static inline void z3fold_page_lock(struct z3fold_header *zhdr) in z3fold_page_lock()
351 static inline int z3fold_page_trylock(struct z3fold_header *zhdr) in z3fold_page_trylock()
357 static inline void z3fold_page_unlock(struct z3fold_header *zhdr) in z3fold_page_unlock()
363 static inline int __idx(struct z3fold_header *zhdr, enum buddy bud) in __idx()
372 static unsigned long __encode_handle(struct z3fold_header *zhdr, in __encode_handle()
396 static unsigned long encode_handle(struct z3fold_header *zhdr, enum buddy bud) in encode_handle()
[all …]