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

  /external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c 37 char *block_buf = NULL, *inode_buf = NULL; local
63 retval = io_channel_alloc_buf(fs->io, 0, &inode_buf);
66 memset(inode_buf, 0xff, fs->blocksize);
113 ino_itr, inode_nbytes << 3, inode_buf);
120 inode_buf);
136 ext2fs_free_mem(&inode_buf);
140 if (inode_buf)
141 ext2fs_free_mem(&inode_buf);
bmap.c 295 struct ext2_inode inode_buf; local
311 retval = ext2fs_read_inode(fs, ino, &inode_buf);
314 inode = &inode_buf;
punch.c 418 struct ext2_inode inode_buf; local
425 retval = ext2fs_read_inode(fs, ino, &inode_buf);
428 inode = &inode_buf;
  /external/e2fsprogs/debugfs/
debugfs.c 861 struct ext2_inode * inode_buf; local
866 inode_buf = (struct ext2_inode *)
868 if (!inode_buf) {
874 free(inode_buf);
878 if (debugfs_read_inode_full(inode, inode_buf, argv[0],
880 free(inode_buf);
884 dump_inode(inode, inode_buf);
885 free(inode_buf);
997 struct ext2_inode inode_buf; local
1002 if (debugfs_read_inode(inode, &inode_buf, argv[0])
1896 struct ext2_inode inode_buf; local
    [all...]

Completed in 538 milliseconds