Searched refs:xa_get_mark (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_xarray.c | 181 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1() 183 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1() 187 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1() 189 XA_BUG_ON(xa, !xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1() 192 XA_BUG_ON(xa, xa_get_mark(xa, index + 1, XA_MARK_0)); in check_xa_mark_1() 193 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_1)); in check_xa_mark_1() 198 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1() 200 XA_BUG_ON(xa, xa_get_mark(xa, index, XA_MARK_0)); in check_xa_mark_1() 224 XA_BUG_ON(xa, !xa_get_mark(xa, i, XA_MARK_0)); in check_xa_mark_1() 225 XA_BUG_ON(xa, xa_get_mark(xa, i, XA_MARK_1)); in check_xa_mark_1() [all …]
|
| H A D | xarray.c | 1936 bool xa_get_mark(struct xarray *xa, unsigned long index, xa_mark_t mark) in xa_get_mark() function 1954 EXPORT_SYMBOL(xa_get_mark);
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | xarray.rst | 123 xa_get_mark(). If the entry is not ``NULL``, you can set a mark on it 201 * xa_get_mark()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | xarray.h | 352 bool xa_get_mark(struct xarray *, unsigned long index, xa_mark_t);
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | device.c | 670 if (xa_get_mark(&device->client_data, client->client_id, in add_client_context() 715 if (!xa_get_mark(&device->client_data, client_id, in remove_client_context()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_oplus | 3633 xa_get_mark
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_debug.c | 5846 niu = xa_get_mark(per_store_ap, l_idx, in scsi_debug_show_info() 7066 if (xa_get_mark(per_store_ap, idx, SDEB_XA_NOT_IN_USE)) in sdebug_add_host_helper()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | file.c | 414 xa_get_mark(&mapping->i_pages, index, PAGECACHE_TAG_DIRTY)) in __found_offset()
|