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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dshmem.c70 * its triple-indirect swap vector - see illustration at shmem_swp_entry().
295 * shmem_swp_entry - find the swap vector position in the info structure
331 static swp_entry_t *shmem_swp_entry(struct shmem_inode_info *info, unsigned long index, struct page **page) function
416 while (!(entry = shmem_swp_entry(info, index, &page))) {
963 ptr = shmem_swp_entry(info, idx, NULL);
1071 entry = shmem_swp_entry(info, index, NULL);
2612 ptr = shmem_swp_entry(info, pgoff, NULL);

Completed in 110 milliseconds