Searched defs:direl (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c1159 struct grub_btrfs_dir_item *direl = NULL; local
1212 grub_free (direl);
1219 grub_free (direl);
1230 grub_free (direl);
1231 direl = grub_malloc (allocated + 1);
1232 if (!direl)
1240 err = grub_btrfs_read_logical (data, elemaddr, direl, elemsize);
1243 grub_free (direl);
1249 for (cdirel = direl;
1250 (grub_uint8_t *) cdirel - (grub_uint8_t *) direl
1410 struct grub_btrfs_dir_item *direl = NULL; local
[all...]

Completed in 29 milliseconds