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

  /external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c 38 char *block_buf = NULL, *inode_buf = NULL; local
62 retval = io_channel_alloc_buf(fs->io, 0, &inode_buf);
65 memset(inode_buf, 0xff, fs->blocksize);
119 ino_itr, inode_nbytes << 3, inode_buf);
123 retval = ext2fs_inode_bitmap_csum_set(fs, i, inode_buf,
132 inode_buf);
148 ext2fs_free_mem(&inode_buf);
152 if (inode_buf)
153 ext2fs_free_mem(&inode_buf);
bmap.c 304 struct ext2_inode inode_buf; local
327 retval = ext2fs_read_inode(fs, ino, &inode_buf);
330 inode = &inode_buf;
punch.c 483 struct ext2_inode inode_buf; local
490 retval = ext2fs_read_inode(fs, ino, &inode_buf);
493 inode = &inode_buf;
inline_data.c 515 struct ext2_inode inode_buf; local
520 retval = ext2fs_read_inode(fs, ino, &inode_buf);
523 inode = &inode_buf;
547 struct ext2_inode inode_buf; local
553 retval = ext2fs_read_inode(fs, ino, &inode_buf);
556 inode = &inode_buf;
fallocate.c 810 struct ext2_inode inode_buf; local
826 err = ext2fs_read_inode(fs, ino, &inode_buf);
829 inode = &inode_buf;
855 if (inode == &inode_buf)
  /external/e2fsprogs/debugfs/
debugfs.c 967 struct ext2_inode * inode_buf; local
972 inode_buf = (struct ext2_inode *)
974 if (!inode_buf) {
980 free(inode_buf);
984 if (debugfs_read_inode_full(inode, inode_buf, argv[0],
986 free(inode_buf);
990 dump_inode(inode, inode_buf);
991 free(inode_buf);
1103 struct ext2_inode inode_buf; local
1108 if (debugfs_read_inode(inode, &inode_buf, argv[0])
1804 struct ext2_inode inode_buf; local
    [all...]

Completed in 357 milliseconds