Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dz3fold.c58 #define ZHDR_SIZE_ALIGNED round_up(sizeof(struct z3fold_header), CHUNK_SIZE)
111 struct z3fold_header { struct
191 static struct z3fold_header *__z3fold_alloc(struct z3fold_pool *, size_t, bool);
234 static inline void z3fold_page_lock(struct z3fold_header *zhdr) in z3fold_page_lock()
240 static inline int z3fold_page_trylock(struct z3fold_header *zhdr) in z3fold_page_trylock()
246 static inline void z3fold_page_unlock(struct z3fold_header *zhdr) in z3fold_page_unlock()
252 static inline struct z3fold_header *get_z3fold_header(unsigned long handle) in get_z3fold_header()
255 struct z3fold_header *zhdr; in get_z3fold_header()
265 zhdr = (struct z3fold_header *)(addr & PAGE_MASK); in get_z3fold_header()
278 zhdr = (struct z3fold_header *)(handle & PAGE_MASK); in get_z3fold_header()
[all …]