HomeSort by relevance Sort by last modified time
    Searched refs:MAXFSIZE32 (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/contrib/
fsstress.c 157 #define MAXFSIZE32 ((1ULL << 40) - 1ULL)
447 if (lseek64(fd, (off64_t) (MAXFSIZE32 + 1ULL), SEEK_SET) < 0)
448 maxfsize = (off64_t) MAXFSIZE32;
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 130 #define MAXFSIZE32 ((1ULL << 40) - 1ULL)
420 if (lseek64(fd, (off64_t) (MAXFSIZE32 + 1ULL), SEEK_SET) < 0)
421 maxfsize = (off64_t) MAXFSIZE32;
    [all...]

Completed in 73 milliseconds