Home
last modified time | relevance | path

Searched refs:hpage (Results 1 – 4 of 4) sorted by relevance

/linux/fs/verity/
H A Dverify.c86 static bool is_hash_block_verified(struct fsverity_info *vi, struct page *hpage, in is_hash_block_verified() argument
102 return PageChecked(hpage); in is_hash_block_verified()
127 if (PageChecked(hpage)) { in is_hash_block_verified()
144 SetPageChecked(hpage); in is_hash_block_verified()
224 struct page *hpage; in verify_data_block() local
247 hpage = inode->i_sb->s_vop->read_merkle_tree_page(inode, in verify_data_block()
249 if (IS_ERR(hpage)) { in verify_data_block()
252 PTR_ERR(hpage), hpage_idx); in verify_data_block()
255 haddr = kmap_local_page(hpage) + hblock_offset_in_page; in verify_data_block()
256 if (is_hash_block_verified(vi, hpage, hblock_idx)) { in verify_data_block()
[all …]
/linux/io_uring/
H A Drsrc.c33 static int hpage_acct_ref(struct io_ring_ctx *ctx, struct page *hpage, in hpage_acct_ref() argument
36 unsigned long key = (unsigned long) hpage; in hpage_acct_ref()
58 static bool hpage_acct_unref(struct io_ring_ctx *ctx, struct page *hpage) in hpage_acct_unref() argument
60 unsigned long key = (unsigned long) hpage; in hpage_acct_unref()
189 struct page *hpage; in io_buffer_unaccount_pages() local
196 hpage = compound_head(page); in io_buffer_unaccount_pages()
197 if (hpage == seen) in io_buffer_unaccount_pages()
199 seen = hpage; in io_buffer_unaccount_pages()
202 if (hpage_acct_unref(ctx, hpage)) in io_buffer_unaccount_pages()
203 acct += page_size(hpage) >> PAGE_SHIF in io_buffer_unaccount_pages()
708 struct page *hpage; io_buffer_unaccount_hpages() local
734 struct page *hpage; io_buffer_account_pin() local
1237 struct page *hpage; io_buffer_acct_cloned_hpages() local
[all...]
/linux/tools/testing/selftests/drivers/dma-buf/
H A Dudmabuf.c28 static int create_memfd_with_seals(off64_t size, bool hpage) in create_memfd_with_seals() argument
33 if (hpage) in create_memfd_with_seals()
/linux/Documentation/virt/kvm/x86/
H A Drunning-nested-guests.rst171 .. note:: On s390x, the kernel parameter ``hpage`` is mutually exclusive
173 ``nested``, the ``hpage`` parameter *must* be disabled.