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

/linux-master/include/linux/
H A Dxarray.h151 * xa_to_internal() - Extract the value from an internal entry.
157 static inline unsigned long xa_to_internal(const void *entry) function
221 /* xa_to_internal() would not do sign extension. */
1272 return xa_to_internal(entry);
/linux-master/lib/
H A Dxarray.c2288 pr_cont("retry (%ld)\n", xa_to_internal(entry));
2292 pr_cont("zero (%ld)\n", xa_to_internal(entry));
H A Dmaple_tree.c7122 pr_cont("zero (%ld)\n", xa_to_internal(entry));
/linux-master/fs/
H A Ddax.c1728 ret = xa_to_internal(entry);
1849 ret = xa_to_internal(entry);

Completed in 149 milliseconds