Searched refs:progress_ops (Results 1 – 4 of 4) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 263 if (fs->progress_ops && fs->progress_ops->init) in ext2fs_allocate_tables() 264 (fs->progress_ops->init)(fs, &progress, NULL, in ext2fs_allocate_tables() 268 if (fs->progress_ops && fs->progress_ops->update) in ext2fs_allocate_tables() 269 (fs->progress_ops->update)(fs, &progress, i); in ext2fs_allocate_tables() 274 if (fs->progress_ops && fs->progress_ops->close) in ext2fs_allocate_tables() 275 (fs->progress_ops->close)(fs, &progress, NULL); in ext2fs_allocate_tables()
|
D | closefs.c | 377 if (fs->progress_ops && fs->progress_ops->init) in ext2fs_flush2() 378 (fs->progress_ops->init)(fs, &progress, NULL, in ext2fs_flush2() 385 if (fs->progress_ops && fs->progress_ops->update) in ext2fs_flush2() 386 (fs->progress_ops->update)(fs, &progress, i); in ext2fs_flush2() 415 if (fs->progress_ops && fs->progress_ops->close) in ext2fs_flush2() 416 (fs->progress_ops->close)(fs, &progress, NULL); in ext2fs_flush2()
|
D | ext2fs.h | 315 struct ext2fs_progress_ops *progress_ops; member
|
/third_party/e2fsprogs/misc/ |
D | mke2fs.c | 3052 fs->progress_ops = &ext2fs_numeric_progress_ops; in main()
|