lump               74 ompi/mca/fs/lustre/fs_lustre_file_open.c     struct lov_user_md *lump=NULL;
lump              197 ompi/mca/fs/lustre/fs_lustre_file_open.c     lump = alloc_lum();
lump              198 ompi/mca/fs/lustre/fs_lustre_file_open.c     if (NULL == lump ){
lump              202 ompi/mca/fs/lustre/fs_lustre_file_open.c     rc = llapi_file_get_stripe(filename, lump);
lump              207 ompi/mca/fs/lustre/fs_lustre_file_open.c     fh->f_stripe_size   = lump->lmm_stripe_size;
lump              208 ompi/mca/fs/lustre/fs_lustre_file_open.c     fh->f_stripe_count  = lump->lmm_stripe_count;
lump              209 ompi/mca/fs/lustre/fs_lustre_file_open.c     fh->f_fs_block_size = lump->lmm_stripe_size;