Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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.12.1/fs/cachefiles/
Dondemand.c552 if (xas_valid(&xas)) { in cachefiles_ondemand_send_req()
/linux-6.12.1/lib/
Dxarray.c185 if (xas_valid(xas)) in xas_start()