Home
last modified time | relevance | path

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

/include/linux/
A Dxarray.h254 typedef unsigned __bitwise xa_mark_t; typedef
255 #define XA_MARK_0 ((__force xa_mark_t)0U)
256 #define XA_MARK_1 ((__force xa_mark_t)1U)
257 #define XA_MARK_2 ((__force xa_mark_t)2U)
258 #define XA_PRESENT ((__force xa_mark_t)8U)
368 unsigned long max, unsigned int n, xa_mark_t);
1547 bool xas_get_mark(const struct xa_state *, xa_mark_t);
1548 void xas_set_mark(const struct xa_state *, xa_mark_t);
1549 void xas_clear_mark(const struct xa_state *, xa_mark_t);
1743 xa_mark_t mark) in xas_find_chunk()
[all …]
A Dpagemap.h971 pgoff_t end, xa_mark_t tag, struct folio_batch *fbatch);
A Dfs.h540 static inline bool mapping_tagged(struct address_space *mapping, xa_mark_t tag) in mapping_tagged()

Completed in 25 milliseconds