file_create_args  154 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c             pan_fs_client_layout_create_args_t file_create_args;    
file_create_args  194 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                 memset(&file_create_args,0,sizeof(pan_fs_client_layout_create_args_t));
file_create_args  210 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     file_create_args.mode = perm;
file_create_args  211 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     file_create_args.version = PAN_FS_CLIENT_LAYOUT_VERSION;
file_create_args  212 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     file_create_args.flags = PAN_FS_CLIENT_LAYOUT_CREATE_F__NONE;
file_create_args  213 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     ADIOI_Strncpy(file_create_args.filename, file_name_ptr, strlen(fd->filename)+1); 
file_create_args  214 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     file_create_args.layout.agg_type = layout_type;
file_create_args  215 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     file_create_args.layout.layout_is_valid = 1;
file_create_args  218 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                         file_create_args.layout.u.raid1_5_parity_stripe.total_num_comps = layout_total_num_comps;
file_create_args  219 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                         file_create_args.layout.u.raid1_5_parity_stripe.parity_stripe_width   = layout_parity_stripe_width;
file_create_args  220 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                         file_create_args.layout.u.raid1_5_parity_stripe.parity_stripe_depth   = layout_parity_stripe_depth;
file_create_args  221 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                         file_create_args.layout.u.raid1_5_parity_stripe.stripe_unit     = layout_stripe_unit;
file_create_args  222 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                         file_create_args.layout.u.raid1_5_parity_stripe.layout_visit_policy   = layout_visit_policy;
file_create_args  226 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                         file_create_args.layout.u.raid0.total_num_comps = layout_total_num_comps;
file_create_args  227 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                         file_create_args.layout.u.raid0.stripe_unit     = layout_stripe_unit;
file_create_args  231 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                         file_create_args.layout.u.raid10.total_num_comps     = layout_total_num_comps;
file_create_args  232 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                         file_create_args.layout.u.raid10.stripe_unit         = layout_stripe_unit;
file_create_args  233 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                         file_create_args.layout.u.raid10.layout_visit_policy = layout_visit_policy;
file_create_args  235 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open.c                     err = ioctl(fd_dir, PAN_FS_CLIENT_LAYOUT_CREATE_FILE, &file_create_args);
file_create_args  208 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c             pan_fs_client_layout_create_args_t file_create_args;
file_create_args  252 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                 memset(&file_create_args, 0, sizeof(pan_fs_client_layout_create_args_t));
file_create_args  268 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     file_create_args.mode = perm;
file_create_args  269 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     file_create_args.version = PAN_FS_CLIENT_LAYOUT_VERSION;
file_create_args  270 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     file_create_args.flags = PAN_FS_CLIENT_LAYOUT_CREATE_F__NONE;
file_create_args  271 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     ADIOI_Strncpy(file_create_args.filename, file_name_ptr,
file_create_args  273 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     file_create_args.layout.agg_type = layout_type;
file_create_args  274 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     file_create_args.layout.layout_is_valid = 1;
file_create_args  276 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raidn_parity_stripe.total_num_comps =
file_create_args  278 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raidn_parity_stripe.parity_stripe_width =
file_create_args  280 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raidn_parity_stripe.parity_stripe_depth =
file_create_args  282 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raidn_parity_stripe.stripe_unit =
file_create_args  284 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raidn_parity_stripe.max_faults =
file_create_args  286 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raidn_parity_stripe.encoding = layout_encoding;
file_create_args  289 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raid1_5_parity_stripe.total_num_comps =
file_create_args  291 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raid1_5_parity_stripe.parity_stripe_width =
file_create_args  293 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raid1_5_parity_stripe.parity_stripe_depth =
file_create_args  295 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raid1_5_parity_stripe.stripe_unit =
file_create_args  297 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raid1_5_parity_stripe.layout_visit_policy =
file_create_args  301 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raid10.total_num_comps = layout_total_num_comps;
file_create_args  302 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raid10.stripe_unit = layout_stripe_unit;
file_create_args  303 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                         file_create_args.layout.u.raid10.layout_visit_policy = layout_visit_policy;
file_create_args  305 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_open6.c                     err = ioctl(fd_dir, PAN_FS_CLIENT_LAYOUT_CREATE_FILE, &file_create_args);