/linux-4.4.14/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_CACHE_SIZE; in squashfs_page_actor_init() [all …]
|
D | page_actor.h | 22 struct squashfs_page_actor *actor = kmalloc(sizeof(*actor), GFP_KERNEL); in squashfs_page_actor_init() local 24 if (actor == NULL) in squashfs_page_actor_init() 27 actor->length = length ? : pages * PAGE_CACHE_SIZE; in squashfs_page_actor_init() 28 actor->page = page; in squashfs_page_actor_init() 29 actor->pages = pages; in squashfs_page_actor_init() 30 actor->next_page = 0; in squashfs_page_actor_init() 31 return actor; in squashfs_page_actor_init() 34 static inline void *squashfs_first_page(struct squashfs_page_actor *actor) in squashfs_first_page() argument 36 actor->next_page = 1; in squashfs_first_page() 37 return actor->page[0]; in squashfs_first_page() [all …]
|
D | decompressor.c | 98 struct squashfs_page_actor *actor = NULL; in get_comp_opts() local 111 actor = squashfs_page_actor_init(&buffer, 1, 0); in get_comp_opts() 112 if (actor == NULL) { in get_comp_opts() 118 sizeof(struct squashfs_super_block), 0, NULL, actor); in get_comp_opts() 129 kfree(actor); in get_comp_opts()
|
D | file_direct.c | 39 struct squashfs_page_actor *actor; in squashfs_readpage_block() local 55 actor = squashfs_page_actor_init_special(page, pages, 0); in squashfs_readpage_block() 56 if (actor == NULL) in squashfs_readpage_block() 94 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor); in squashfs_readpage_block() 115 kfree(actor); in squashfs_readpage_block() 134 kfree(actor); in squashfs_readpage_block()
|
D | cache.c | 124 &entry->next_index, entry->actor); in squashfs_cache_get() 223 kfree(cache->entry[i].actor); in squashfs_cache_delete() 285 entry->actor = squashfs_page_actor_init(entry->data, in squashfs_cache_init() 287 if (entry->actor == NULL) { in squashfs_cache_init() 421 struct squashfs_page_actor *actor; in squashfs_read_table() local 433 actor = squashfs_page_actor_init(data, pages, length); in squashfs_read_table() 434 if (actor == NULL) { in squashfs_read_table() 443 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL, actor); in squashfs_read_table() 446 kfree(actor); in squashfs_read_table()
|
D | squashfs_fs_sb.h | 53 struct squashfs_page_actor *actor; member
|
/linux-4.4.14/fs/ntfs/ |
D | dir.c | 1027 u8 *name, struct dir_context *actor) in ntfs_filldir() argument 1069 "0x%lx, DT_%s.", name, name_len, actor->pos, mref, in ntfs_filldir() 1071 if (!dir_emit(actor, name, name_len, mref, dt_type)) in ntfs_filldir() 1099 static int ntfs_readdir(struct file *file, struct dir_context *actor) in ntfs_readdir() argument 1119 vdir->i_ino, actor->pos); in ntfs_readdir() 1123 if (actor->pos >= i_size + vol->mft_record_size) in ntfs_readdir() 1126 if (!dir_emit_dots(file, actor)) in ntfs_readdir() 1140 if (actor->pos >= vol->mft_record_size) in ntfs_readdir() 1155 ir_pos = (s64)actor->pos; in ntfs_readdir() 1211 actor->pos = (u8*)ie - (u8*)ir; in ntfs_readdir() [all …]
|
/linux-4.4.14/fs/ |
D | readdir.c | 116 .ctx.actor = fillonedir, in SYSCALL_DEFINE3() 202 .ctx.actor = filldir, in SYSCALL_DEFINE3() 283 .ctx.actor = filldir64, in SYSCALL_DEFINE3()
|
D | splice.c | 756 splice_actor *actor) in splice_from_pipe_feed() argument 775 ret = actor(pipe, buf, sd); in splice_from_pipe_feed() 891 splice_actor *actor) in __splice_from_pipe() argument 900 ret = splice_from_pipe_feed(pipe, sd, actor); in __splice_from_pipe() 924 splice_actor *actor) in splice_from_pipe() argument 935 ret = __splice_from_pipe(pipe, &sd, actor); in splice_from_pipe() 1170 splice_direct_actor *actor) in splice_direct_to_actor() argument 1246 ret = actor(pipe, sd); in splice_direct_to_actor()
|
D | compat.c | 890 .ctx.actor = compat_fillonedir, in COMPAT_SYSCALL_DEFINE3() 970 .ctx.actor = compat_filldir, in COMPAT_SYSCALL_DEFINE3() 1057 .ctx.actor = compat_filldir64, in COMPAT_SYSCALL_DEFINE3()
|
/linux-4.4.14/security/keys/ |
D | request_key.c | 208 request_key_actor_t actor; in construct_key() local 230 actor = call_sbin_request_key; in construct_key() 232 actor = key->type->request_key; in construct_key() 234 ret = actor(cons, "create", aux); in construct_key()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 810 struct device_node *actor = of_node_get(target); in __pmf_find_function() local 833 of_node_put(actor); in __pmf_find_function() 834 actor = of_find_node_by_phandle(ph); in __pmf_find_function() 835 if (actor == NULL) in __pmf_find_function() 838 dev = pmf_find_device(actor); in __pmf_find_function() 856 of_node_put(actor); in __pmf_find_function()
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 1424 u32 cmd, u32 (*actor)(struct net_device *)) in ethtool_get_value() 1428 if (!actor) in ethtool_get_value() 1431 edata.data = actor(dev); in ethtool_get_value() 1439 void (*actor)(struct net_device *, u32)) in ethtool_set_value_void() 1443 if (!actor) in ethtool_set_value_void() 1449 actor(dev, edata.data); in ethtool_set_value_void() 1454 int (*actor)(struct net_device *, u32)) in ethtool_set_value() 1458 if (!actor) in ethtool_set_value() 1464 return actor(dev, edata.data); in ethtool_set_value()
|
/linux-4.4.14/fs/gfs2/ |
D | export.c | 95 .ctx.actor = get_name_filldir, in gfs2_get_name()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | xdr.h | 231 extern int xdr_process_buf(struct xdr_buf *buf, unsigned int offset, unsigned int len, int (*actor)…
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 41 | | | tdp actor 203 maximum power that an actor can consume.
|
/linux-4.4.14/net/sunrpc/ |
D | xdr.c | 1451 int (*actor)(struct scatterlist *, void *), void *data) in xdr_process_buf() 1466 ret = actor(sg, data); in xdr_process_buf() 1489 ret = actor(sg, data); in xdr_process_buf() 1506 ret = actor(sg, data); in xdr_process_buf()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_nfs.c | 235 .ctx.actor = ll_nfs_get_name_filldir, in ll_get_name()
|
/linux-4.4.14/fs/ecryptfs/ |
D | file.c | 110 .ctx.actor = ecryptfs_filldir, in ecryptfs_readdir()
|
/linux-4.4.14/fs/exportfs/ |
D | expfs.c | 282 .ctx.actor = filldir_one, in get_name()
|
/linux-4.4.14/fs/reiserfs/ |
D | xattr.c | 241 .ctx.actor = fill_with_dentries, in reiserfs_for_each_xattr() 872 .ctx.actor = listxattr_filler, in reiserfs_listxattr()
|
/linux-4.4.14/fs/afs/ |
D | dir.c | 305 ctx->actor == afs_lookup_filldir ? in afs_dir_iterate_block() 431 .ctx.actor = afs_lookup_filldir, in afs_do_lookup()
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1576 const filldir_t actor; member 3004 return ctx->actor(ctx, name, namelen, ctx->pos, ino, type) == 0; in dir_emit() 3008 return ctx->actor(ctx, ".", 1, ctx->pos, in dir_emit_dot() 3013 return ctx->actor(ctx, "..", 2, ctx->pos, in dir_emit_dotdot()
|
/linux-4.4.14/fs/overlayfs/ |
D | readdir.c | 289 .ctx.actor = ovl_fill_merge, in ovl_dir_read_merged()
|
/linux-4.4.14/Documentation/DocBook/ |
D | filesystems.xml.db | 282 API-splice-direct-to-actor
|
/linux-4.4.14/arch/alpha/kernel/ |
D | osf_sys.c | 152 .ctx.actor = osf_filldir, in SYSCALL_DEFINE4()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4recover.c | 272 .ctx.actor = nfsd4_build_namelist, in nfsd4_list_rec_dir()
|
D | vfs.c | 1802 .ctx.actor = nfsd_buffered_filldir, in nfsd_buffered_readdir()
|
/linux-4.4.14/drivers/ata/ |
D | libata-scsi.c | 1952 unsigned int (*actor)(struct ata_scsi_args *args, u8 *rbuf)) in ata_scsi_rbuf_fill() 1960 rc = actor(args, rbuf); in ata_scsi_rbuf_fill()
|
/linux-4.4.14/fs/fat/ |
D | dir.c | 765 .ctx.actor = filldir, in FAT_IOCTL_FILLDIR_FUNC()
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | cachefiles.txt | 325 fsgid and actor security label) that the process acts as - without changing the
|
/linux-4.4.14/fs/ocfs2/ |
D | journal.c | 2080 .ctx.actor = ocfs2_orphan_filldir, in ocfs2_queue_orphans()
|
D | dir.c | 2145 .ctx.actor = ocfs2_empty_dir_filldir, in ocfs2_empty_dir()
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 1513 static int cred_has_perm(const struct cred *actor, in cred_has_perm() argument 1517 u32 asid = cred_sid(actor), tsid = cred_sid(target); in cred_has_perm()
|
/linux-4.4.14/Documentation/networking/ |
D | bonding.txt | 193 In an AD system, this specifies the mac-address for the actor in
|