/linux-6.12.1/fs/squashfs/ |
D | page_actor.c | 24 static void *cache_first_page(struct squashfs_page_actor *actor) in cache_first_page() argument 26 actor->next_page = 1; in cache_first_page() 27 return actor->buffer[0]; in cache_first_page() 30 static void *cache_next_page(struct squashfs_page_actor *actor) in cache_next_page() argument 32 if (actor->next_page == actor->pages) in cache_next_page() 35 return actor->buffer[actor->next_page++]; in cache_next_page() 38 static void cache_finish_page(struct squashfs_page_actor *actor) in cache_finish_page() argument 46 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init() local 48 if (actor == NULL) in squashfs_page_actor_init() 51 actor->length = length ? : pages * PAGE_SIZE; in squashfs_page_actor_init() [all …]
|
D | page_actor.h | 34 static inline struct page *squashfs_page_actor_free(struct squashfs_page_actor *actor) in squashfs_page_actor_free() argument 36 struct page *last_page = actor->next_page == actor->pages ? actor->last_page : ERR_PTR(-EIO); in squashfs_page_actor_free() 38 kfree(actor->tmp_buffer); in squashfs_page_actor_free() 39 kfree(actor); in squashfs_page_actor_free() 43 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() argument 45 return actor->squashfs_first_page(actor); in squashfs_first_page() 47 static inline void *squashfs_next_page(struct squashfs_page_actor *actor) in squashfs_next_page() argument 49 return actor->squashfs_next_page(actor); in squashfs_next_page() 51 static inline void squashfs_finish_page(struct squashfs_page_actor *actor) in squashfs_finish_page() argument 53 actor->squashfs_finish_page(actor); in squashfs_finish_page() [all …]
|
D | decompressor.c | 91 struct squashfs_page_actor *actor = NULL; in get_comp_opts() local 104 actor = squashfs_page_actor_init(&buffer, 1, 0); in get_comp_opts() 105 if (actor == NULL) { in get_comp_opts() 111 sizeof(struct squashfs_super_block), 0, NULL, actor); in get_comp_opts() 122 kfree(actor); in get_comp_opts()
|
D | file_direct.c | 36 struct squashfs_page_actor *actor; in squashfs_readpage_block() local 71 actor = squashfs_page_actor_init_special(msblk, page, pages, expected, in squashfs_readpage_block() 73 if (actor == NULL) in squashfs_readpage_block() 77 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor); in squashfs_readpage_block() 79 last_page = squashfs_page_actor_free(actor); in squashfs_readpage_block()
|
D | cache.c | 111 &entry->next_index, entry->actor); in squashfs_cache_get() 210 kfree(cache->entry[i].actor); in squashfs_cache_delete() 272 entry->actor = squashfs_page_actor_init(entry->data, in squashfs_cache_init() 274 if (entry->actor == NULL) { in squashfs_cache_init() 411 struct squashfs_page_actor *actor; in squashfs_read_table() local 423 actor = squashfs_page_actor_init(data, pages, length); in squashfs_read_table() 424 if (actor == NULL) { in squashfs_read_table() 433 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL, actor); in squashfs_read_table() 436 kfree(actor); in squashfs_read_table()
|
D | file.c | 505 struct squashfs_page_actor *actor; in squashfs_readahead_fragment() local 513 actor = squashfs_page_actor_init_special(msblk, page, pages, in squashfs_readahead_fragment() 515 if (!actor) in squashfs_readahead_fragment() 518 squashfs_actor_nobuff(actor); in squashfs_readahead_fragment() 519 addr = squashfs_first_page(actor); in squashfs_readahead_fragment() 533 addr = squashfs_next_page(actor); in squashfs_readahead_fragment() 536 last_page = squashfs_page_actor_free(actor); in squashfs_readahead_fragment() 559 squashfs_page_actor_free(actor); in squashfs_readahead_fragment() 574 struct squashfs_page_actor *actor; in squashfs_readahead() local 619 actor = squashfs_page_actor_init_special(msblk, pages, nr_pages, in squashfs_readahead() [all …]
|
D | block.c | 34 struct squashfs_page_actor *actor, in copy_bio_to_actor() argument 43 squashfs_actor_nobuff(actor); in copy_bio_to_actor() 44 actor_addr = squashfs_first_page(actor); in copy_bio_to_actor() 64 actor_addr = squashfs_next_page(actor); in copy_bio_to_actor() 75 squashfs_finish_page(actor); in copy_bio_to_actor()
|
D | squashfs_fs_sb.h | 40 struct squashfs_page_actor *actor; member
|
/linux-6.12.1/net/sunrpc/xprtrdma/ |
D | svc_rdma_pcl.c | 234 int (*actor)(const struct xdr_buf *, void *), in pcl_process_region() 243 return actor(&subbuf, data); in pcl_process_region() 267 int (*actor)(const struct xdr_buf *, void *), in pcl_process_nonpayloads() 278 return actor(xdr, data); in pcl_process_nonpayloads() 281 ret = pcl_process_region(xdr, 0, chunk->ch_position, actor, data); in pcl_process_nonpayloads() 292 actor, data); in pcl_process_nonpayloads() 301 ret = pcl_process_region(xdr, start, xdr->len - start, actor, data); in pcl_process_nonpayloads()
|
/linux-6.12.1/include/linux/ |
D | splice.h | 73 splice_actor *actor); 75 struct splice_desc *sd, splice_actor *actor); 83 splice_direct_actor *actor);
|
/linux-6.12.1/fs/smb/server/ |
D | vfs_cache.h | 117 filldir_t actor) in set_ctx_actor() argument 119 ctx->actor = actor; in set_ctx_actor()
|
/linux-6.12.1/fs/ |
D | readdir.c | 224 .ctx.actor = fillonedir, in SYSCALL_DEFINE3() 314 .ctx.actor = filldir, in SYSCALL_DEFINE3() 397 .ctx.actor = filldir64, in SYSCALL_DEFINE3() 482 .ctx.actor = compat_fillonedir, in COMPAT_SYSCALL_DEFINE3() 565 .ctx.actor = compat_filldir, in COMPAT_SYSCALL_DEFINE3()
|
D | splice.c | 446 splice_actor *actor) in splice_from_pipe_feed() argument 467 ret = actor(pipe, buf, sd); in splice_from_pipe_feed() 602 splice_actor *actor) in __splice_from_pipe() argument 611 ret = splice_from_pipe_feed(pipe, sd, actor); in __splice_from_pipe() 635 splice_actor *actor) in splice_from_pipe() argument 646 ret = __splice_from_pipe(pipe, &sd, actor); in splice_from_pipe() 1031 splice_direct_actor *actor) in splice_direct_to_actor() argument 1108 ret = actor(pipe, sd); in splice_direct_to_actor() 1188 splice_direct_actor *actor) in do_splice_direct_actor() argument 1207 ret = splice_direct_to_actor(in, &sd, actor); in do_splice_direct_actor()
|
/linux-6.12.1/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 811 struct device_node *actor = of_node_get(target); in __pmf_find_function() local 834 of_node_put(actor); in __pmf_find_function() 835 actor = of_find_node_by_phandle(ph); in __pmf_find_function() 836 if (actor == NULL) in __pmf_find_function() 839 dev = pmf_find_device(actor); in __pmf_find_function() 857 of_node_put(actor); in __pmf_find_function()
|
/linux-6.12.1/security/keys/ |
D | request_key.c | 230 request_key_actor_t actor; in construct_key() local 243 actor = call_sbin_request_key; in construct_key() 245 actor = key->type->request_key; in construct_key() 247 ret = actor(authkey, aux); in construct_key()
|
/linux-6.12.1/fs/overlayfs/ |
D | readdir.c | 353 .ctx.actor = ovl_fill_merge, in ovl_dir_read_merged() 573 .ctx.actor = ovl_fill_plain, in ovl_dir_read_impure() 689 return orig_ctx->actor(orig_ctx, name, namelen, offset, ino, d_type); in ovl_fill_real() 715 .ctx.actor = ovl_fill_real, in ovl_iterate_real() 1075 .ctx.actor = ovl_check_d_type, in ovl_check_d_type_supported() 1096 .ctx.actor = ovl_fill_plain, in ovl_workdir_cleanup_recurse() 1180 .ctx.actor = ovl_fill_plain, in ovl_indexdir_cleanup()
|
/linux-6.12.1/include/linux/sunrpc/ |
D | svc_rdma_pcl.h | 124 int (*actor)(const struct xdr_buf *,
|
/linux-6.12.1/fs/gfs2/ |
D | export.c | 92 .ctx.actor = get_name_filldir, in gfs2_get_name()
|
/linux-6.12.1/Documentation/admin-guide/hw-vuln/ |
D | tsx_async_abort.rst | 61 The victim of a malicious actor does not need to make use of TSX. Only the 77 a result, the malicious actor has to sample as much data as possible and 255 might allow a malicious actor to leak data from the host or from other
|
D | reg-file-data-sampling.rst | 7 a malicious actor to infer data values previously used in floating point
|
/linux-6.12.1/net/ethtool/ |
D | ioctl.c | 2485 u32 cmd, u32 (*actor)(struct net_device *)) in ethtool_get_value() 2489 if (!actor) in ethtool_get_value() 2492 edata.data = actor(dev); in ethtool_get_value() 2500 void (*actor)(struct net_device *, u32)) in ethtool_set_value_void() 2504 if (!actor) in ethtool_set_value_void() 2510 actor(dev, edata.data); in ethtool_set_value_void() 2515 int (*actor)(struct net_device *, u32)) in ethtool_set_value() 2519 if (!actor) in ethtool_set_value() 2525 return actor(dev, edata.data); in ethtool_set_value()
|
/linux-6.12.1/Documentation/driver-api/thermal/ |
D | power_allocator.rst | 42 | | | tdp actor 223 maximum power that an actor can consume.
|
/linux-6.12.1/fs/reiserfs/ |
D | xattr.c | 246 .ctx.actor = fill_with_dentries, in reiserfs_for_each_xattr() 852 .ctx.actor = listxattr_filler, in reiserfs_listxattr()
|
/linux-6.12.1/fs/ecryptfs/ |
D | file.c | 132 .ctx.actor = ecryptfs_filldir, in ecryptfs_readdir()
|
/linux-6.12.1/fs/afs/ |
D | dir.c | 481 (ctx->actor == afs_lookup_filldir || in afs_dir_iterate_block() 482 ctx->actor == afs_lookup_one_filldir)? in afs_dir_iterate_block() 615 .ctx.actor = afs_lookup_one_filldir, in afs_do_lookup_one() 811 cookie->ctx.actor = afs_lookup_filldir; in afs_do_lookup()
|