Searched refs:inode_buf (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | rw_bitmaps.c | 38 char *block_buf = NULL, *inode_buf = NULL; in write_bitmaps() local 62 retval = io_channel_alloc_buf(fs->io, 0, &inode_buf); in write_bitmaps() 65 memset(inode_buf, 0xff, fs->blocksize); in write_bitmaps() 120 ino_itr, inode_nbytes << 3, inode_buf); in write_bitmaps() 124 retval = ext2fs_inode_bitmap_csum_set(fs, i, inode_buf, in write_bitmaps() 134 inode_buf); in write_bitmaps() 150 ext2fs_free_mem(&inode_buf); in write_bitmaps() 154 if (inode_buf) in write_bitmaps() 155 ext2fs_free_mem(&inode_buf); in write_bitmaps()
|
D | inline_data.c | 505 struct ext2_inode inode_buf; in ext2fs_inline_data_get() local 510 retval = ext2fs_read_inode(fs, ino, &inode_buf); in ext2fs_inline_data_get() 513 inode = &inode_buf; in ext2fs_inline_data_get() 537 struct ext2_inode inode_buf; in ext2fs_inline_data_set() local 546 retval = ext2fs_read_inode(fs, ino, &inode_buf); in ext2fs_inline_data_set() 549 inode = &inode_buf; in ext2fs_inline_data_set()
|
D | punch.c | 483 struct ext2_inode inode_buf; in ext2fs_punch() local 490 retval = ext2fs_read_inode(fs, ino, &inode_buf); in ext2fs_punch() 493 inode = &inode_buf; in ext2fs_punch()
|
D | bmap.c | 306 struct ext2_inode inode_buf; in ext2fs_bmap2() local 329 retval = ext2fs_read_inode(fs, ino, &inode_buf); in ext2fs_bmap2() 332 inode = &inode_buf; in ext2fs_bmap2()
|
D | fallocate.c | 807 struct ext2_inode inode_buf; in ext2fs_fallocate() local 823 err = ext2fs_read_inode(fs, ino, &inode_buf); in ext2fs_fallocate() 826 inode = &inode_buf; in ext2fs_fallocate() 852 if (inode == &inode_buf) in ext2fs_fallocate()
|
/external/e2fsprogs/debugfs/ |
D | debugfs.c | 980 struct ext2_inode * inode_buf; in do_stat() local 985 inode_buf = (struct ext2_inode *) in do_stat() 987 if (!inode_buf) { in do_stat() 993 free(inode_buf); in do_stat() 997 if (debugfs_read_inode_full(inode, inode_buf, argv[0], in do_stat() 999 free(inode_buf); in do_stat() 1003 dump_inode(inode, inode_buf); in do_stat() 1004 free(inode_buf); in do_stat() 1120 struct ext2_inode inode_buf; in do_clri() local 1125 if (debugfs_read_inode(inode, &inode_buf, argv[0])) in do_clri() [all …]
|