Searched refs:xa_marked (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | xarray.rst | 102 xa_marked()来询问XArray中的任何条目是否有一个特定的标记被设置。从XArray中删除一个条目会导致与 150 * xa_marked()
|
| /linux-6.15/lib/ |
| H A D | xarray.c | 603 if (!xa_marked(xa, XA_FREE_MARK)) { in xas_expand() 607 } else if (xa_marked(xa, mark)) { in xas_expand() 870 return xa_marked(xas->xa, mark); in xas_get_mark() 899 if (!xa_marked(xas->xa, mark)) in xas_set_mark() 931 if (xa_marked(xas->xa, mark)) in xas_clear_mark() 1483 if (xa_marked(xas->xa, mark)) in xas_find_marked() 2469 xa->xa_flags, xa_marked(xa, XA_MARK_0), in xa_dump() 2470 xa_marked(xa, XA_MARK_1), xa_marked(xa, XA_MARK_2)); in xa_dump()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_group.h | 92 xa_marked(&(_mp)->m_groups[(_type)].xa, (_mark))
|
| /linux-6.15/tools/testing/radix-tree/ |
| H A D | multiorder.c | 92 assert(!xa_marked(xa, XA_MARK_1)); in multiorder_tagged_iteration()
|
| /linux-6.15/include/linux/ |
| H A D | xarray.h | 422 static inline bool xa_marked(const struct xarray *xa, xa_mark_t mark) in xa_marked() function 1410 #define xas_marked(xas, mark) xa_marked((xas)->xa, (mark))
|
| H A D | fs.h | 540 return xa_marked(&mapping->i_pages, tag); in mapping_tagged()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | xarray.rst | 128 particular mark set by calling xa_marked(). Erasing an entry from the 193 * xa_marked()
|