Home
last modified time | relevance | path

Searched refs:page_num (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/misc/
De4defrag.c415 unsigned char **vec, unsigned int *page_num) in page_in_core() argument
439 *page_num = 0; in page_in_core()
440 *page_num = (length + pagesize - 1) / pagesize; in page_in_core()
441 *vec = (unsigned char *)calloc(*page_num, 1); in page_in_core()
464 unsigned char *vec, unsigned int page_num) in defrag_fadvise() argument
483 (loff_t)pagesize * page_num, sync_flag) < 0) in defrag_fadvise()
489 for (i = 0; i < page_num; i++) { in defrag_fadvise()
1355 unsigned int page_num; in call_defrag() local
1376 ret = page_in_core(fd, move_data, &vec, &page_num); in call_defrag()
1393 ret = defrag_fadvise(fd, move_data, vec, page_num); in call_defrag()
/external/fio/
Dgfio.h125 gint page_num; member
Dgfio.c398 g_hash_table_remove(ge->ui->ge_hash, &ge->page_num); in ge_destroy()
745 ge->page_num = gtk_notebook_append_page(GTK_NOTEBOOK(ui->notebook), ge->vbox, ge->page_label); in get_new_ge_with_tab()
747 g_hash_table_insert(ui->ge_hash, &ge->page_num, ge); in get_new_ge_with_tab()
759 gtk_notebook_set_current_page(GTK_NOTEBOOK(ui->notebook), ge->page_num); in file_new()
886 gtk_notebook_set_current_page(GTK_NOTEBOOK(ui->notebook), ge->page_num); in do_file_open_with_tab()