Home
last modified time | relevance | path

Searched refs:start_new_file (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/contrib/android/
Dblock_list.c31 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,
Dbase_fs.c154 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,
Dfsmap.h15 int (* start_new_file)(char *path, ext2_ino_t ino, member
Dfsmap.c134 format->start_new_file(filename, de->inode, &inode, format->private); in walk_ext_dir()