Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c77 u.phd.phd_entry) { in llog_cat_id2handle()
89 loghandle->u.phd.phd_cat_handle = cathandle; in llog_cat_id2handle()
114 list_add(&loghandle->u.phd.phd_entry, &cathandle->u.chd.chd_head); in llog_cat_id2handle()
117 loghandle->u.phd.phd_cat_handle = cathandle; in llog_cat_id2handle()
118 loghandle->u.phd.phd_cookie.lgc_lgl = cathandle->lgh_id; in llog_cat_id2handle()
119 loghandle->u.phd.phd_cookie.lgc_index = in llog_cat_id2handle()
133 u.phd.phd_entry) { in llog_cat_close()
135 list_del_init(&loghandle->u.phd.phd_entry); in llog_cat_close()
Dllog.c68 INIT_LIST_HEAD(&loghandle->u.phd.phd_entry); in llog_alloc_handle()
86 LASSERT(list_empty(&loghandle->u.phd.phd_entry)); in llog_free_handle()
/linux-4.4.14/fs/udf/
Dsuper.c1094 struct partitionHeaderDesc *phd; in udf_fill_partdesc_info() local
1118 phd = (struct partitionHeaderDesc *)p->partitionContentsUse; in udf_fill_partdesc_info()
1119 if (phd->unallocSpaceTable.extLength) { in udf_fill_partdesc_info()
1122 phd->unallocSpaceTable.extPosition), in udf_fill_partdesc_info()
1139 if (phd->unallocSpaceBitmap.extLength) { in udf_fill_partdesc_info()
1145 phd->unallocSpaceBitmap.extPosition); in udf_fill_partdesc_info()
1151 if (phd->partitionIntegrityTable.extLength) in udf_fill_partdesc_info()
1154 if (phd->freedSpaceTable.extLength) { in udf_fill_partdesc_info()
1157 phd->freedSpaceTable.extPosition), in udf_fill_partdesc_info()
1174 if (phd->freedSpaceBitmap.extLength) { in udf_fill_partdesc_info()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_log.h229 struct plain_handle_data phd; member