Home
last modified time | relevance | path

Searched refs:d_maxiosz (Results 1 – 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/fs/fsstress/
Dxfscompat.h3 int d_miniosz, d_maxiosz, d_mem; member
Dfsstress.c1827 diob.d_maxiosz = stb.st_blksize * 256; /* good number ? */ in dread_f()
1850 else if (len > diob.d_maxiosz) in dread_f()
1851 len = diob.d_maxiosz; in dread_f()
1917 diob.d_maxiosz = stb.st_blksize * 256; /* good number ? */ in dwrite_f()
1940 else if (len > diob.d_maxiosz) in dwrite_f()
1941 len = diob.d_maxiosz; in dwrite_f()
/external/e2fsprogs/contrib/
Dfsstress.c39 int d_miniosz, d_maxiosz, d_mem; member
1852 diob.d_maxiosz = stb.st_blksize * 256; /* good number ? */ in dread_f()
1875 else if (len > diob.d_maxiosz) in dread_f()
1876 len = diob.d_maxiosz; in dread_f()
1942 diob.d_maxiosz = stb.st_blksize * 256; /* good number ? */ in dwrite_f()
1965 else if (len > diob.d_maxiosz) in dwrite_f()
1966 len = diob.d_maxiosz; in dwrite_f()
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c2508 finfo.d_maxiosz = 1; in fmt_ioreq()
2519 finfo.d_mem, finfo.d_miniosz, finfo.d_maxiosz); in fmt_ioreq()
4418 finfo.d_maxiosz = 1; in alloc_fdcache()
4423 finfo.d_maxiosz = 1; in alloc_fdcache()
4428 free_slot->c_maxiosz = finfo.d_maxiosz; in alloc_fdcache()