Searched refs:phd (Results 1 – 4 of 4) sorted by relevance
132 &loghandle->u.phd.phd_cookie, 1, NULL, index, th); in llog_cat_new_log()163 u.phd.phd_entry) { in llog_cat_id2handle()175 loghandle->u.phd.phd_cat_handle = cathandle; in llog_cat_id2handle()200 list_add(&loghandle->u.phd.phd_entry, &cathandle->u.chd.chd_head); in llog_cat_id2handle()203 loghandle->u.phd.phd_cat_handle = cathandle; in llog_cat_id2handle()204 loghandle->u.phd.phd_cookie.lgc_lgl = cathandle->lgh_id; in llog_cat_id2handle()205 loghandle->u.phd.phd_cookie.lgc_index = in llog_cat_id2handle()219 u.phd.phd_entry) { in llog_cat_close()224 list_del_init(&loghandle->u.phd.phd_entry); in llog_cat_close()235 index = loghandle->u.phd.phd_cookie.lgc_index; in llog_cat_close()[all …]
69 INIT_LIST_HEAD(&loghandle->u.phd.phd_entry); in llog_alloc_handle()87 LASSERT(list_empty(&loghandle->u.phd.phd_entry)); in llog_free_handle()
1088 struct partitionHeaderDesc *phd; in udf_fill_partdesc_info() local1112 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in udf_fill_partdesc_info()1113 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()1116 phd->unallocSpaceTable.extPosition), in udf_fill_partdesc_info()1133 if (phd->unallocSpaceBitmap.extLength) { in udf_fill_partdesc_info()1139 phd->unallocSpaceBitmap.extPosition); in udf_fill_partdesc_info()1145 if (phd->partitionIntegrityTable.extLength) in udf_fill_partdesc_info()1148 if (phd->freedSpaceTable.extLength) { in udf_fill_partdesc_info()1151 phd->freedSpaceTable.extPosition), in udf_fill_partdesc_info()1168 if (phd->freedSpaceBitmap.extLength) { in udf_fill_partdesc_info()[all …]
297 struct plain_handle_data phd; member