Home
last modified time | relevance | path

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

/io/
A Dtest-lfs.c50 struct rlimit64 rlim; in do_prepare() local
74 if (getrlimit64 (RLIMIT_FSIZE, &rlim) != 0) in do_prepare()
79 if (rlim.rlim_cur < TWO_GB + 200) in do_prepare()
81 rlim.rlim_cur = TWO_GB + 200; in do_prepare()
82 if (setrlimit64 (RLIMIT_FSIZE, &rlim) != 0) in do_prepare()

Completed in 4 milliseconds