Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ceph/
H A Dcrypto.c552 int pgidx = blkoff >> PAGE_SHIFT; in ceph_fscrypt_decrypt_pages() local
556 fret = ceph_fscrypt_decrypt_block_inplace(inode, page[pgidx], in ceph_fscrypt_decrypt_pages()
602 int pgidx = pgsoff >> PAGE_SHIFT; in ceph_fscrypt_decrypt_extents() local
610 fret = ceph_fscrypt_decrypt_pages(inode, &page[pgidx], in ceph_fscrypt_decrypt_extents()
656 int pgidx = blkoff >> PAGE_SHIFT; in ceph_fscrypt_encrypt_pages() local
660 fret = ceph_fscrypt_encrypt_block_inplace(inode, page[pgidx], in ceph_fscrypt_encrypt_pages()
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Dudmabuf.c171 pgoff_t pgoff, pgcnt, pgidx, pgbuf = 0, pglimit; in udmabuf_create() local
218 for (pgidx = 0; pgidx < pgcnt; pgidx++) { in udmabuf_create()
220 file_inode(memfd)->i_mapping, pgoff + pgidx); in udmabuf_create()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Dudmabuf.c206 pgoff_t pgoff, pgcnt, pgidx, pgbuf = 0, pglimit; in udmabuf_create() local
254 for (pgidx = 0; pgidx < pgcnt; pgidx++) { in udmabuf_create()
255 page = shmem_read_mapping_page(mapping, pgoff + pgidx); in udmabuf_create()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c100 pgcache = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
162 rbdr->pgidx++; in nicvf_alloc_page()
163 rbdr->pgidx &= (rbdr->pgcnt - 1); in nicvf_alloc_page()
166 next = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
295 rbdr->pgidx = 0; in nicvf_init_rbdr()
H A Dnicvf_queues.h233 int pgidx; member
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.c101 pgcache = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
163 rbdr->pgidx++; in nicvf_alloc_page()
164 rbdr->pgidx &= (rbdr->pgcnt - 1); in nicvf_alloc_page()
167 next = &rbdr->pgcache[rbdr->pgidx]; in nicvf_alloc_page()
296 rbdr->pgidx = 0; in nicvf_init_rbdr()
H A Dnicvf_queues.h233 int pgidx; member
/kernel/linux/linux-5.10/drivers/misc/
H A Dfastrpc.c92 u32 pgidx; /* index to start of contiguous region */ member
815 list[i].pgidx = i; in fastrpc_get_args()
883 list[i].pgidx = i; in fastrpc_get_args()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dcompress.c853 unsigned long pgidx = pages[index]->index; in f2fs_all_cluster_page_ready() local
860 if (uptodate && (pgidx % cc->cluster_size)) in f2fs_all_cluster_page_ready()
867 if (pages[index + i]->index != pgidx + i) in f2fs_all_cluster_page_ready()
/kernel/linux/linux-6.6/drivers/misc/
H A Dfastrpc.c117 u32 pgidx; /* index to start of contiguous region */ member
978 list[i].pgidx = i; in fastrpc_get_args()
1044 list[i].pgidx = i; in fastrpc_get_args()

Completed in 20 milliseconds