Home | History | Annotate | Download | only in stage2

Lines Matching refs:filemax

990  *   of the file we were trying to look up, filepos is 0 and filemax is 
1038 filemax = ((struct stat_data *) INFO->current_item)->sd_size;
1045 if (filemax + len > sizeof (linkbuf) - 1)
1053 grub_memmove (linkbuf + filemax, dirname, len+1);
1059 || reiserfs_read (linkbuf, filemax) != filemax)
1100 filemax = ((struct stat_data *) INFO->current_item)->sd_size;
1102 /* If this is a new stat data and size is > 4GB set filemax to
1107 filemax = 0xffffffff;