Lines Matching refs:size
58 * the required free space is calculated by @size * @mult
60 int tst_fs_has_free_(void (*cleanup)(void), const char *path, unsigned int size,
147 * @bs: block size
156 * @bs: block size
165 * @bs: block size
171 * Creates file of specified size. Space will be only preallocated if possible.
173 * @bs: block size
222 static inline int tst_fs_has_free(const char *path, unsigned int size,
225 return tst_fs_has_free_(NULL, path, size, mult);
249 unsigned int size, unsigned int mult)
251 return tst_fs_has_free_(cleanup, path, size, mult);