Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dxarray.h1465 static inline bool xas_valid(const struct xa_state *xas) in xas_valid() function
1478 return xas_valid(xas) && xas->xa_node; in xas_is_node()
/linux-6.15/fs/cachefiles/
H A Dondemand.c571 if (xas_valid(&xas)) { in cachefiles_ondemand_send_req()
/linux-6.15/lib/
H A Dxarray.c186 if (xas_valid(xas)) in xas_start()