file_query_args 287 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c pan_fs_client_layout_query_args_t file_query_args; file_query_args 288 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c memset(&file_query_args,0,sizeof(pan_fs_client_layout_query_args_t)); file_query_args 289 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c file_query_args.version = PAN_FS_CLIENT_LAYOUT_VERSION; file_query_args 290 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c rc = ioctl(fd->fd_sys, PAN_FS_CLIENT_LAYOUT_QUERY_FILE, &file_query_args); file_query_args 298 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Snprintf(temp_buffer,TEMP_BUFFER_SIZE,"%u",file_query_args.layout.agg_type); file_query_args 300 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c if (file_query_args.layout.layout_is_valid == 1) file_query_args 302 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c switch (file_query_args.layout.agg_type) file_query_args 305 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Snprintf(temp_buffer,TEMP_BUFFER_SIZE,"%u",file_query_args.layout.u.raid0.stripe_unit); file_query_args 307 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Snprintf(temp_buffer,TEMP_BUFFER_SIZE,"%u",file_query_args.layout.u.raid0.total_num_comps); file_query_args 311 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Snprintf(temp_buffer,TEMP_BUFFER_SIZE,"%u",file_query_args.layout.u.raid1_5_parity_stripe.stripe_unit); file_query_args 313 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Snprintf(temp_buffer,TEMP_BUFFER_SIZE,"%u",file_query_args.layout.u.raid1_5_parity_stripe.parity_stripe_width); file_query_args 315 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Snprintf(temp_buffer,TEMP_BUFFER_SIZE,"%u",file_query_args.layout.u.raid1_5_parity_stripe.parity_stripe_depth); file_query_args 317 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Snprintf(temp_buffer,TEMP_BUFFER_SIZE,"%u",file_query_args.layout.u.raid1_5_parity_stripe.total_num_comps); file_query_args 319 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Snprintf(temp_buffer,TEMP_BUFFER_SIZE,"%u",file_query_args.layout.u.raid1_5_parity_stripe.layout_visit_policy); file_query_args 323 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Snprintf(temp_buffer,TEMP_BUFFER_SIZE,"%u",file_query_args.layout.u.raid10.stripe_unit); file_query_args 325 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Snprintf(temp_buffer,TEMP_BUFFER_SIZE,"%u",file_query_args.layout.u.raid10.total_num_comps); file_query_args 327 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c ADIOI_Snprintf(temp_buffer,TEMP_BUFFER_SIZE,"%u",file_query_args.layout.u.raid10.layout_visit_policy); file_query_args 355 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c pan_fs_client_layout_query_args_t file_query_args; file_query_args 356 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c memset(&file_query_args, 0, sizeof(pan_fs_client_layout_query_args_t)); file_query_args 357 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.version = PAN_FS_CLIENT_LAYOUT_VERSION; file_query_args 358 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c rc = ioctl(fd->fd_sys, PAN_FS_CLIENT_LAYOUT_QUERY_FILE, &file_query_args); file_query_args 364 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c ADIOI_Snprintf(temp_buffer, TEMP_BUFFER_SIZE, "%u", file_query_args.layout.agg_type); file_query_args 366 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c if (file_query_args.layout.layout_is_valid == 1) { file_query_args 367 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c switch (file_query_args.layout.agg_type) { file_query_args 370 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raidn_parity_stripe.stripe_unit); file_query_args 373 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raidn_parity_stripe. file_query_args 377 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raidn_parity_stripe. file_query_args 381 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raidn_parity_stripe.total_num_comps); file_query_args 384 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raidn_parity_stripe.max_faults); file_query_args 387 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raidn_parity_stripe.encoding); file_query_args 392 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raid1_5_parity_stripe.stripe_unit); file_query_args 395 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raid1_5_parity_stripe. file_query_args 399 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raid1_5_parity_stripe. file_query_args 403 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raid1_5_parity_stripe.total_num_comps); file_query_args 406 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raid1_5_parity_stripe. file_query_args 412 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raid10.stripe_unit); file_query_args 415 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raid10.total_num_comps); file_query_args 418 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c file_query_args.layout.u.raid10.layout_visit_policy);