/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gsttypefindhelper.c | 90 GstMappedBuffer *bmap; local 192 bmap = g_slice_new0 (GstMappedBuffer); 194 if (!gst_buffer_map (buffer, &bmap->map, GST_MAP_READ)) 197 bmap->buffer = buffer; 200 helper->buffers = g_slist_insert_before (helper->buffers, insert_pos, bmap); 206 helper->buffers = g_slist_prepend (helper->buffers, bmap); 209 return bmap->map.data; 221 g_slice_free (GstMappedBuffer, bmap); 473 GstMappedBuffer *bmap = (GstMappedBuffer *) walk->data; local 475 gst_buffer_unmap (bmap->buffer, &bmap->map); [all …]
|
/third_party/ntfs-3g/include/fuse-lite/ |
D | fuse.h | 422 int (*bmap) (const char *, size_t blocksize, uint64_t *idx); member
|
D | fuse_lowlevel.h | 804 void (*bmap) (fuse_req_t req, fuse_ino_t ino, size_t blocksize, member
|
/third_party/libfuse/include/ |
D | fuse.h | 668 int (*bmap) (const char *, size_t blocksize, uint64_t *idx); member
|
D | fuse_lowlevel.h | 990 void (*bmap) (fuse_req_t req, fuse_ino_t ino, size_t blocksize, member
|
/third_party/libfuse/lib/modules/ |
D | subdir.c | 609 .bmap = subdir_bmap,
|
D | iconv.c | 627 .bmap = iconv_bmap,
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse_lowlevel.c | 1034 if (req->f->op.bmap) in do_bmap() 1035 req->f->op.bmap(req, nodeid, arg->blocksize, arg->block); in do_bmap()
|
D | fuse.c | 1027 if (fs->op.bmap) in fuse_fs_bmap() 1028 return fs->op.bmap(path, blocksize, idx); in fuse_fs_bmap() 2828 .bmap = fuse_lib_bmap,
|
/third_party/e2fsprogs/ |
D | BUILD.gn | 326 "e2fsprogs/lib/ext2fs/bmap.c",
|
D | 1002-add-header-file-to-musl-compile-mk2efs.patch | 2389 + N_( "Tried to set block bmap with missing indirect block"),
|
/third_party/libfuse/lib/ |
D | fuse.c | 2283 if (fs->op.bmap) { in fuse_fs_bmap() 2289 return fs->op.bmap(path, blocksize, idx); in fuse_fs_bmap() 4496 .bmap = fuse_lib_bmap,
|
D | fuse_lowlevel.c | 1774 if (req->se->op.bmap) in do_bmap() 1775 req->se->op.bmap(req, nodeid, arg->blocksize, arg->block); in do_bmap()
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.c | 3976 .bmap = ntfs_fuse_bmap,
|
D | lowntfs-3g.c | 4265 .bmap = ntfs_fuse_bmap,
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 5168 sector_t (*bmap)(struct address_space *, sector_t); member
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 386 …<var-decl name='bmap' type-id='type-id-139' visibility='default' filepath='/ws/android/kernel/aosp…
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 8081 …<var-decl name="bmap" type-id="aecbf18b" visibility="default" filepath="include/linux/fs.h" line="… 48228 …<var-decl name="bmap" type-id="1d2c2b85" visibility="default" filepath="include/media/media-entity… 73341 …<var-decl name="bmap" type-id="aecbf18b" visibility="default" filepath="include/linux/fs.h" line="…
|
D | test-PR27569-v0.abi | 8081 …<var-decl name="bmap" type-id="aecbf18b" visibility="default" filepath="include/linux/fs.h" line="… 48199 …<var-decl name="bmap" type-id="1d2c2b85" visibility="default" filepath="include/media/media-entity… 73327 …<var-decl name="bmap" type-id="aecbf18b" visibility="default" filepath="include/linux/fs.h" line="…
|