HomeSort by relevance Sort by last modified time
    Searched full:dirbuf (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
fsys_xfs.c 63 #define dirbuf ((char *)FSYS_BUF) macro
303 0, 100, dirbuf);
346 #define h ((xfs_dir2_leaf_hdr_t *)dirbuf)
378 #define dau ((xfs_dir2_data_union_t *)dirbuf)
385 xfs_read (dirbuf, 4);
395 xfs_read ((char *)dirbuf + 4, 5);
400 xfs_read (dirbuf, toread);
401 name = (char *)dirbuf;
423 xfs_read (dirbuf, sizeof(xfs_dir2_data_hdr_t));
424 if (((xfs_dir2_data_hdr_t *)dirbuf)->magic == le32(XFS_DIR2_BLOCK_MAGIC))
    [all...]
  /system/extras/ext4_utils/
ext4fixup.c 618 static int recurse_dir(int fd, struct ext4_inode *inode, char *dirbuf, int dirsize, int mode)
670 read_block(fd, block_list[i], dirbuf + (i * info.block_size));
673 dirp = (struct ext4_dir_entry_2 *)dirbuf;
674 while (dirp < (struct ext4_dir_entry_2 *)(dirbuf + dirsize)) {
676 leftover_space = (char *)(dirbuf + dirsize) - (char *)dirp;
767 write_block(fd, block_list[i], dirbuf + (i * info.block_size));
789 char *dirbuf; local
843 dirbuf = malloc(dirsize);
844 if (dirbuf == 0) {
845 critical_error("failed to allocate memory for dirbuf\n")
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 

Completed in 91 milliseconds