Searched refs:start_new_file (Results 1 – 4 of 4) sorted by relevance
/third_party/e2fsprogs/contrib/android/ |
D | block_list.c | 31 static int start_new_file(char *path, ext2_ino_t ino EXT2FS_ATTR((unused)), in start_new_file() function 84 .start_new_file = start_new_file,
|
D | base_fs.c | 154 static int start_new_file(char *path, ext2_ino_t ino EXT2FS_ATTR((unused)), in start_new_file() function 206 .start_new_file = start_new_file,
|
D | fsmap.h | 15 int (* start_new_file)(char *path, ext2_ino_t ino, member
|
D | fsmap.c | 134 format->start_new_file(filename, de->inode, &inode, format->private); in walk_ext_dir()
|