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

/linux-master/mm/
H A Dz3fold.c58 #define ZHDR_SIZE_ALIGNED round_up(sizeof(struct z3fold_header), CHUNK_SIZE)
92 * struct z3fold_header - z3fold page metadata occupying first chunks of each
108 struct z3fold_header { struct
178 static struct z3fold_header *__z3fold_alloc(struct z3fold_pool *, size_t, bool);
221 static inline void z3fold_page_lock(struct z3fold_header *zhdr)
227 static inline int z3fold_page_trylock(struct z3fold_header *zhdr)
233 static inline void z3fold_page_unlock(struct z3fold_header *zhdr)
239 static inline struct z3fold_header *get_z3fold_header(unsigned long handle)
242 struct z3fold_header *zhdr;
252 zhdr = (struct z3fold_header *)(add
[all...]

Completed in 111 milliseconds