Symbol: xas
function parameter
Defined...
-
fs/dax.c:143:47-143:64: static wait_queue_head_t *dax_entry_waitqueue(struct xa_state *xas,
-
fs/dax.c:181:28-181:45: static void dax_wake_entry(struct xa_state *xas, void *entry,
-
fs/dax.c:209:33-209:50: static void *get_unlocked_entry(struct xa_state *xas, unsigned int order)
-
fs/dax.c:243:33-243:50: static void wait_entry_unlocked(struct xa_state *xas, void *entry)
-
fs/dax.c:264:32-264:49: static void put_unlocked_entry(struct xa_state *xas, void *entry,
-
fs/dax.c:276:30-276:47: static void dax_unlock_entry(struct xa_state *xas, void *entry)
-
fs/dax.c:292:29-292:46: static void *dax_lock_entry(struct xa_state *xas, void *entry)
-
fs/dax.c:573:33-573:50: static void *grab_mapping_entry(struct xa_state *xas,
-
fs/dax.c:869:31-869:48: static void *dax_insert_entry(struct xa_state *xas, struct vm_fault *vmf,
-
fs/dax.c:926:30-926:47: static int dax_writeback_one(struct xa_state *xas, struct dax_device *dax_dev,
-
fs/dax.c:1186:33-1186:50: static vm_fault_t dax_load_hole(struct xa_state *xas, struct vm_fault *vmf,
-
fs/dax.c:1202:37-1202:54: static vm_fault_t dax_pmd_load_hole(struct xa_state *xas, struct vm_fault *vmf,
-
fs/dax.c:1644:3-1644:20: struct xa_state *xas, void **entry, bool pmd)
-
fs/dax.c:1774:60-1774:77: static bool dax_fault_check_fallback(struct vm_fault *vmf, struct xa_state *xas,
-
fs/libfs.c:402:40-402:57: static struct dentry *offset_find_next(struct xa_state *xas)
-
include/linux/xarray.h:1425:29-1425:52: static inline int xas_error(const struct xa_state *xas)
-
include/linux/xarray.h:1439:32-1439:49: static inline void xas_set_err(struct xa_state *xas, long err)
-
include/linux/xarray.h:1450:32-1450:55: static inline bool xas_invalid(const struct xa_state *xas)
-
include/linux/xarray.h:1461:30-1461:53: static inline bool xas_valid(const struct xa_state *xas)
-
include/linux/xarray.h:1472:32-1472:55: static inline bool xas_is_node(const struct xa_state *xas)
-
include/linux/xarray.h:1505:30-1505:47: static inline void xas_reset(struct xa_state *xas)
-
include/linux/xarray.h:1522:30-1522:47: static inline bool xas_retry(struct xa_state *xas, const void *entry)
-
include/linux/xarray.h:1585:32-1585:49: static inline void *xas_reload(struct xa_state *xas)
-
include/linux/xarray.h:1614:28-1614:45: static inline void xas_set(struct xa_state *xas, unsigned long index)
-
include/linux/xarray.h:1630:32-1630:49: static inline void xas_advance(struct xa_state *xas, unsigned long index)
-
include/linux/xarray.h:1644:34-1644:51: static inline void xas_set_order(struct xa_state *xas, unsigned long index,
-
include/linux/xarray.h:1667:35-1667:52: static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update)
-
include/linux/xarray.h:1672:32-1672:49: static inline void xas_set_lru(struct xa_state *xas, struct list_lru *lru)
-
include/linux/xarray.h:1688:36-1688:53: static inline void *xas_next_entry(struct xa_state *xas, unsigned long max)
-
include/linux/xarray.h:1713:43-1713:60: static inline unsigned int xas_find_chunk(struct xa_state *xas, bool advance,
-
include/linux/xarray.h:1745:37-1745:54: static inline void *xas_next_marked(struct xa_state *xas, unsigned long max,
-
include/linux/xarray.h:1844:30-1844:47: static inline void *xas_prev(struct xa_state *xas)
-
include/linux/xarray.h:1873:30-1873:47: static inline void *xas_next(struct xa_state *xas)
-
lib/xarray.c:38:34-38:51: static inline void xas_lock_type(struct xa_state *xas, unsigned int lock_type)
-
lib/xarray.c:48:36-48:53: static inline void xas_unlock_type(struct xa_state *xas, unsigned int lock_type)
-
lib/xarray.c:126:30-126:53: static void xas_squash_marks(const struct xa_state *xas)
-
lib/xarray.c:149:28-149:45: static void xas_set_offset(struct xa_state *xas)
-
lib/xarray.c:155:28-155:45: static void xas_move_index(struct xa_state *xas, unsigned long offset)
-
lib/xarray.c:162:29-162:46: static void xas_next_offset(struct xa_state *xas)
-
lib/xarray.c:168:25-168:42: static void *set_bounds(struct xa_state *xas)
-
lib/xarray.c:181:24-181:41: static void *xas_start(struct xa_state *xas)
-
lib/xarray.c:203:26-203:43: static void *xas_descend(struct xa_state *xas, struct xa_node *node)
-
lib/xarray.c:235:16-235:33: void *xas_load(struct xa_state *xas)
-
lib/xarray.c:268:18-268:35: void xas_destroy(struct xa_state *xas)
-
lib/xarray.c:298:16-298:33: bool xas_nomem(struct xa_state *xas, gfp_t gfp)
-
lib/xarray.c:325:25-325:42: static bool __xas_nomem(struct xa_state *xas, gfp_t gfp)
-
lib/xarray.c:351:24-351:41: static void xas_update(struct xa_state *xas, struct xa_node *node)
-
lib/xarray.c:359:24-359:41: static void *xas_alloc(struct xa_state *xas, unsigned int shift)
-
lib/xarray.c:401:31-401:54: static unsigned long xas_size(const struct xa_state *xas)
-
lib/xarray.c:413:30-413:47: static unsigned long xas_max(struct xa_state *xas)
-
lib/xarray.c:437:24-437:41: static void xas_shrink(struct xa_state *xas)
-
lib/xarray.c:481:29-481:46: static void xas_delete_node(struct xa_state *xas)
-
lib/xarray.c:523:28-523:45: static void xas_free_nodes(struct xa_state *xas, struct xa_node *top)
-
lib/xarray.c:559:23-559:40: static int xas_expand(struct xa_state *xas, void *head)
-
lib/xarray.c:639:25-639:42: static void *xas_create(struct xa_state *xas, bool allow_root)
-
lib/xarray.c:704:23-704:40: void xas_create_range(struct xa_state *xas)
-
lib/xarray.c:747:25-747:42: static void update_node(struct xa_state *xas, struct xa_node *node,
-
lib/xarray.c:775:17-775:34: void *xas_store(struct xa_state *xas, void *entry)
-
lib/xarray.c:857:19-857:42: bool xas_get_mark(const struct xa_state *xas, xa_mark_t mark)
-
lib/xarray.c:876:19-876:42: void xas_set_mark(const struct xa_state *xas, xa_mark_t mark)
-
lib/xarray.c:905:21-905:44: void xas_clear_mark(const struct xa_state *xas, xa_mark_t mark)
-
lib/xarray.c:939:21-939:44: void xas_init_marks(const struct xa_state *xas)
-
lib/xarray.c:1003:22-1003:39: void xas_split_alloc(struct xa_state *xas, void *entry, unsigned int order,
-
lib/xarray.c:1054:16-1054:33: void xas_split(struct xa_state *xas, void *entry, unsigned int order)
-
lib/xarray.c:1120:16-1120:33: void xas_pause(struct xa_state *xas)
-
lib/xarray.c:1150:18-1150:35: void *__xas_prev(struct xa_state *xas)
-
lib/xarray.c:1189:18-1189:35: void *__xas_next(struct xa_state *xas)
-
lib/xarray.c:1237:16-1237:33: void *xas_find(struct xa_state *xas, unsigned long max)
-
lib/xarray.c:1306:23-1306:40: void *xas_find_marked(struct xa_state *xas, unsigned long max, xa_mark_t mark)
-
lib/xarray.c:1394:25-1394:42: void *xas_find_conflict(struct xa_state *xas)
-
lib/xarray.c:1471:25-1471:42: static void *xas_result(struct xa_state *xas, void *curr)
-
lib/xarray.c:1667:27-1667:44: static void xas_set_range(struct xa_state *xas, unsigned long first,
-
lib/xarray.c:2038:25-2038:42: static bool xas_sibling(struct xa_state *xas)
-
lib/xarray.c:2098:41-2098:58: static unsigned int xas_extract_present(struct xa_state *xas, void **dst,
-
lib/xarray.c:2117:40-2117:57: static unsigned int xas_extract_marked(struct xa_state *xas, void **dst,
-
mm/filemap.c:1969:44-1969:61: static inline struct folio *find_get_entry(struct xa_state *xas, pgoff_t max,
-
mm/filemap.c:2981:43-2981:60: static inline loff_t folio_seek_hole_data(struct xa_state *xas,
-
mm/filemap.c:3014:38-3014:55: static inline size_t seek_folio_size(struct xa_state *xas, struct folio *folio)
-
mm/filemap.c:3431:42-3431:59: static struct folio *next_uptodate_folio(struct xa_state *xas,
-
mm/memfd.c:32:28-32:45: static void memfd_tag_pins(struct xa_state *xas)
variable
Defined...
-
arch/x86/kernel/cpu/sgx/encl.c:530:2-530:2: XA_STATE(xas, &encl->page_array, PFN_DOWN(start));
-
arch/x86/kernel/cpu/sgx/encl.c:708:2-708:2: XA_STATE(xas, &encl->page_array, PFN_DOWN(encl->base));
-
drivers/infiniband/core/device.c:158:2-158:2: XA_STATE(xas, xa, *indexp);
-
drivers/infiniband/core/ib_core_uverbs.c:268:2-268:2: XA_STATE(xas, &ucontext->mmap_xa, min_pgoff);
-
drivers/infiniband/core/restrack.c:116:2-116:2: XA_STATE(xas, &rt->xa, 0);
-
drivers/infiniband/hw/mlx5/mr.c:149:2-149:2: XA_STATE(xas, &ent->mkeys, 0);
-
drivers/infiniband/sw/rxe/rxe_mr.c:96:2-96:2: XA_STATE(xas, &mr->page_list, 0);
-
drivers/infiniband/sw/rxe/rxe_mr.c:161:2-161:2: XA_STATE(xas, &mr->page_list, 0);
-
drivers/iommu/iommufd/main.c:140:2-140:2: XA_STATE(xas, &ictx->objects, id);
-
drivers/iommu/iommufd/pages.c:523:2-523:2: XA_STATE(xas, xa, start_index);
-
drivers/iommu/iommufd/pages.c:544:2-544:2: XA_STATE(xas, xa, start_index);
-
drivers/iommu/iommufd/pages.c:566:2-566:2: XA_STATE(xas, xa, start_index);
-
drivers/iommu/iommufd/pages.c:580:2-580:2: XA_STATE(xas, xa, start_index);
-
drivers/iommu/iommufd/pages.c:1593:2-1593:2: XA_STATE(xas, &pages->pinned_pfns, start_index);
-
drivers/target/target_core_user.c:510:2-510:2: XA_STATE(xas, &udev->data_pages, 0);
-
drivers/target/target_core_user.c:3104:3-3104:3: XA_STATE(xas, &udev->commands, cmd_id);
-
fs/afs/dir.c:117:2-117:2: XA_STATE(xas, &mapping->i_pages, 0);
-
fs/afs/dir.c:192:2-192:2: XA_STATE(xas, &mapping->i_pages, 0);
-
fs/afs/dir.c:226:2-226:2: XA_STATE(xas, &mapping->i_pages, 0);
-
fs/afs/write.c:296:2-296:2: XA_STATE(xas, &mapping->i_pages, start / PAGE_SIZE);
-
fs/afs/write.c:480:2-480:2: XA_STATE(xas, &mapping->i_pages, index);
-
fs/cachefiles/ondemand.c:14:2-14:2: XA_STATE(xas, &cache->reqs, 0);
-
fs/cachefiles/ondemand.c:245:2-245:2: XA_STATE(xas, &cache->reqs, cache->req_id_next);
-
fs/cachefiles/ondemand.c:317:2-317:2: XA_STATE(xas, &cache->reqs, 0);
-
fs/dax.c:425:2-425:2: XA_STATE(xas, NULL, 0);
-
fs/dax.c:473:2-473:2: XA_STATE(xas, &mapping->i_pages, page->index);
-
fs/dax.c:493:2-493:2: XA_STATE(xas, NULL, 0);
-
fs/dax.c:536:2-536:2: XA_STATE(xas, &mapping->i_pages, index);
-
fs/dax.c:685:2-685:2: XA_STATE(xas, &mapping->i_pages, start_idx);
-
fs/dax.c:748:2-748:2: XA_STATE(xas, &mapping->i_pages, index);
-
fs/dax.c:773:2-773:2: XA_STATE(xas, &mapping->i_pages, start);
-
fs/dax.c:1028:2-1028:2: XA_STATE(xas, &mapping->i_pages, wbc->range_start >> PAGE_SHIFT);
-
fs/dax.c:1701:2-1701:2: XA_STATE(xas, &mapping->i_pages, vmf->pgoff);
-
fs/dax.c:1811:2-1811:2: XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, PMD_ORDER);
-
fs/dax.c:1932:2-1932:2: XA_STATE_ORDER(xas, &mapping->i_pages, vmf->pgoff, order);
-
fs/erofs/fscache.c:70:2-70:2: XA_STATE(xas, &req->mapping->i_pages, start_page);
-
fs/fs-writeback.c:377:2-377:2: XA_STATE(xas, &mapping->i_pages, 0);
-
fs/fscache/io.c:219:3-219:3: XA_STATE(xas, &mapping->i_pages, first);
-
fs/libfs.c:431:2-431:2: XA_STATE(xas, &so_ctx->xa, ctx->pos);
-
fs/netfs/buffered_read.c:25:2-25:2: XA_STATE(xas, &rreq->mapping->i_pages, start_page);
-
fs/netfs/io.c:121:3-121:3: XA_STATE(xas, &rreq->mapping->i_pages, subreq->start / PAGE_SIZE);
-
fs/nfs/fscache.c:314:2-314:2: XA_STATE(xas, &sreq->rreq->mapping->i_pages, start);
-
fs/smb/client/file.c:49:2-49:2: XA_STATE(xas, &mapping->i_pages, start / PAGE_SIZE);
-
fs/smb/client/file.c:77:2-77:2: XA_STATE(xas, &mapping->i_pages, start / PAGE_SIZE);
-
fs/smb/client/file.c:110:2-110:2: XA_STATE(xas, &mapping->i_pages, start / PAGE_SIZE);
-
fs/smb/client/file.c:143:2-143:2: XA_STATE(xas, &mapping->i_pages, start / PAGE_SIZE);
-
fs/smb/client/file.c:2634:2-2634:2: XA_STATE(xas, &mapping->i_pages, index);
-
fs/smb/client/file.c:4437:2-4437:2: XA_STATE(xas, &mapping->i_pages, first);
-
fs/smb/client/file.c:4454:2-4454:2: XA_STATE(xas, &rdata->mapping->i_pages, rdata->offset / PAGE_SIZE);
-
fs/smb/client/smb2ops.c:4407:2-4407:2: XA_STATE(xas, buffer, 0);
-
fs/smb/client/smbdirect.c:2539:2-2539:2: XA_STATE(xas, xa, index);
-
include/linux/pagemap.h:1376:2-1376:2: XA_STATE(xas, &rac->mapping->i_pages, 0);
-
lib/idr.c:383:2-383:2: XA_STATE(xas, &ida->xa, min / IDA_BITMAP_BITS);
-
lib/idr.c:489:2-489:2: XA_STATE(xas, &ida->xa, id / IDA_BITMAP_BITS);
-
lib/idr.c:543:2-543:2: XA_STATE(xas, &ida->xa, 0);
-
lib/iov_iter.c:316:2-316:2: iterate_and_advance(i, bytes, base, len, off,
-
lib/iov_iter.c:365:2-365:2: __iterate_and_advance(i, bytes, base, len, off,
-
lib/iov_iter.c:390:2-390:2: iterate_and_advance(i, bytes, base, len, off,
-
lib/iov_iter.c:404:2-404:2: iterate_and_advance(i, bytes, base, len, off,
-
lib/iov_iter.c:435:2-435:2: iterate_and_advance(i, bytes, base, len, off,
-
lib/iov_iter.c:512:3-512:3: iterate_and_advance(i, n, base, len, off,
-
lib/iov_iter.c:560:2-560:2: iterate_and_advance(i, bytes, base, len, count,
-
lib/iov_iter.c:590:3-590:3: iterate_and_advance(i, n, base, len, off,
-
lib/iov_iter.c:1008:2-1008:2: XA_STATE(xas, xa, index);
-
lib/iov_iter.c:1192:2-1192:2: iterate_and_advance(i, bytes, base, len, off, ({
-
lib/iov_iter.c:1223:2-1223:2: iterate_and_advance(i, bytes, base, len, off, ({
-
lib/iov_iter.c:1614:2-1614:2: XA_STATE(xas, i->xarray, index);
-
lib/scatterlist.c:1281:2-1281:2: XA_STATE(xas, xa, index);
-
lib/test_xarray.c:104:2-104:2: XA_STATE(xas, xa, 0);
-
lib/test_xarray.c:220:4-220:4: XA_STATE(xas, xa, i);
-
lib/test_xarray.c:256:2-256:2: XA_STATE(xas, xa, 0);
-
lib/test_xarray.c:295:2-295:2: XA_STATE(xas, xa, 0x41);
-
lib/test_xarray.c:326:2-326:2: XA_STATE(xas, xa, 1);
-
lib/test_xarray.c:494:2-494:2: XA_STATE(xas, xa, 0);
-
lib/test_xarray.c:534:2-534:2: XA_STATE(xas, xa, index);
-
lib/test_xarray.c:559:2-559:2: XA_STATE(xas, xa, index);
-
lib/test_xarray.c:573:2-573:2: XA_STATE(xas, xa, 0);
-
lib/test_xarray.c:975:4-975:4: XA_STATE(xas, xa, j + index);
-
lib/test_xarray.c:1075:2-1075:2: XA_STATE(xas, xa, 0);
-
lib/test_xarray.c:1132:2-1132:2: XA_STATE(xas, xa, 0);
-
lib/test_xarray.c:1186:2-1186:2: XA_STATE(xas, xa, 0);
-
lib/test_xarray.c:1222:2-1222:2: XA_STATE(xas, xa, 0);
-
lib/test_xarray.c:1244:2-1244:2: XA_STATE(xas, xa, 0);
-
lib/test_xarray.c:1265:2-1265:2: XA_STATE(xas, xa, 0);
-
lib/test_xarray.c:1313:2-1313:2: XA_STATE(xas, xa, (1 << 16) - 1);
-
lib/test_xarray.c:1428:2-1428:2: XA_STATE(xas, NULL, 0);
-
lib/test_xarray.c:1679:2-1679:2: XA_STATE(xas, xa, index);
-
lib/test_xarray.c:1716:3-1716:3: XA_STATE(xas, xa, 1 << order);
-
lib/test_xarray.c:74:2-74:2: XA_STATE_ORDER(xas, xa, index, order);
-
lib/test_xarray.c:870:2-870:2: XA_STATE_ORDER(xas, xa, start, order);
-
lib/test_xarray.c:1383:2-1383:2: XA_STATE_ORDER(xas, xa, index, order);
-
lib/test_xarray.c:1437:2-1437:2: XA_STATE_ORDER(xas, xa, index, order);
-
lib/test_xarray.c:1469:2-1469:2: XA_STATE_ORDER(xas, xa, index, order);
-
lib/test_xarray.c:1557:2-1557:2: XA_STATE_ORDER(xas, xa, index, new_order);
-
lib/xarray.c:1456:2-1456:2: XA_STATE(xas, xa, index);
-
lib/xarray.c:1494:2-1494:2: XA_STATE(xas, xa, index);
-
lib/xarray.c:1540:2-1540:2: XA_STATE(xas, xa, index);
-
lib/xarray.c:1606:2-1606:2: XA_STATE(xas, xa, index);
-
lib/xarray.c:1643:2-1643:2: XA_STATE(xas, xa, index);
-
lib/xarray.c:1719:2-1719:2: XA_STATE(xas, xa, 0);
-
lib/xarray.c:1761:2-1761:2: XA_STATE(xas, xa, index);
-
lib/xarray.c:1816:2-1816:2: XA_STATE(xas, xa, 0);
-
lib/xarray.c:1906:2-1906:2: XA_STATE(xas, xa, index);
-
lib/xarray.c:1924:2-1924:2: XA_STATE(xas, xa, index);
-
lib/xarray.c:1946:2-1946:2: XA_STATE(xas, xa, index);
-
lib/xarray.c:2020:2-2020:2: XA_STATE(xas, xa, *indexp);
-
lib/xarray.c:2070:2-2070:2: XA_STATE(xas, xa, *indexp + 1);
-
lib/xarray.c:2167:2-2167:2: XA_STATE(xas, xa, start);
-
lib/xarray.c:2213:2-2213:2: XA_STATE(xas, xa, 0);
-
lib/xarray.c:2187:2-2195:2: struct xa_state xas = {
-
mm/filemap.c:129:2-129:2: XA_STATE(xas, &mapping->i_pages, folio->index);
-
mm/filemap.c:282:2-282:2: XA_STATE(xas, &mapping->i_pages, fbatch->folios[0]->index);
-
mm/filemap.c:476:2-476:2: XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT);
-
mm/filemap.c:634:2-634:2: XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT);
-
mm/filemap.c:812:2-812:2: XA_STATE(xas, &mapping->i_pages, offset);
-
mm/filemap.c:847:2-847:2: XA_STATE(xas, &mapping->i_pages, index);
-
mm/filemap.c:1734:2-1734:2: XA_STATE(xas, &mapping->i_pages, index);
-
mm/filemap.c:1770:2-1770:2: XA_STATE(xas, &mapping->i_pages, index);
-
mm/filemap.c:1818:2-1818:2: XA_STATE(xas, &mapping->i_pages, index);
-
mm/filemap.c:2027:2-2027:2: XA_STATE(xas, &mapping->i_pages, *start);
-
mm/filemap.c:2073:2-2073:2: XA_STATE(xas, &mapping->i_pages, *start);
-
mm/filemap.c:2138:2-2138:2: XA_STATE(xas, &mapping->i_pages, *start);
-
mm/filemap.c:2191:2-2191:2: XA_STATE(xas, &mapping->i_pages, *start);
-
mm/filemap.c:2262:2-2262:2: XA_STATE(xas, &mapping->i_pages, *start);
-
mm/filemap.c:2332:2-2332:2: XA_STATE(xas, &mapping->i_pages, index);
-
mm/filemap.c:3042:2-3042:2: XA_STATE(xas, &mapping->i_pages, start >> PAGE_SHIFT);
-
mm/filemap.c:3566:2-3566:2: XA_STATE(xas, &mapping->i_pages, start_pgoff);
-
mm/filemap.c:4148:2-4148:2: XA_STATE(xas, &mapping->i_pages, first_index);
-
mm/huge_memory.c:2628:2-2628:2: XA_STATE(xas, &folio->mapping->i_pages, folio->index);
-
mm/khugepaged.c:2221:2-2221:2: XA_STATE(xas, &mapping->i_pages, start);
-
mm/khugepaged.c:1799:2-1799:2: XA_STATE_ORDER(xas, &mapping->i_pages, start, HPAGE_PMD_ORDER);
-
mm/list_lru.c:376:2-376:2: XA_STATE(xas, &lru->xa, 0);
-
mm/list_lru.c:481:2-481:2: XA_STATE(xas, &lru->xa, 0);
-
mm/madvise.c:242:2-242:2: XA_STATE(xas, &mapping->i_pages, linear_page_index(vma, start));
-
mm/memfd.c:77:2-77:2: XA_STATE(xas, &mapping->i_pages, 0);
-
mm/migrate.c:403:2-403:2: XA_STATE(xas, &mapping->i_pages, folio_index(folio));
-
mm/migrate.c:523:2-523:2: XA_STATE(xas, &mapping->i_pages, folio_index(src));
-
mm/page-writeback.c:2344:2-2344:2: XA_STATE(xas, &mapping->i_pages, start);
-
mm/page-writeback.c:2997:3-2997:3: XA_STATE(xas, &mapping->i_pages, folio_index(folio));
-
mm/shmem.c:476:2-476:2: XA_STATE(xas, &mapping->i_pages, index);
-
mm/shmem.c:872:2-872:2: XA_STATE(xas, &mapping->i_pages, start);
-
mm/shmem.c:1278:2-1278:2: XA_STATE(xas, &mapping->i_pages, start);
-
mm/shmem.c:766:2-766:2: XA_STATE_ORDER(xas, &mapping->i_pages, index, folio_order(folio));
-
mm/swap_state.c:146:2-146:2: XA_STATE(xas, &address_space->i_pages, idx);
-
mm/swap_state.c:255:3-255:3: XA_STATE(xas, &address_space->i_pages, curr);
-
mm/swap_state.c:91:2-91:2: XA_STATE_ORDER(xas, &address_space->i_pages, idx, folio_order(folio));
-
mm/truncate.c:34:2-34:2: XA_STATE(xas, &mapping->i_pages, index);