Home
last modified time | relevance | path

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

/third_party/iowow/src/fs/
Diwexfile.c210 static iwrc _exfile_truncate_lw(struct IWFS_EXT *f, off_t size) { in _exfile_truncate_lw() function
280 return _exfile_truncate_lw(f, nsz); in _exfile_ensure_size_lw()
528 rc = _exfile_truncate_lw(f, sz); in _exfile_truncate()
847 f->truncate_unsafe = _exfile_truncate_lw; in iwfs_exfile_open()
901 rc = _exfile_truncate_lw(f, opts->initial_size); in iwfs_exfile_open()
903 rc = _exfile_truncate_lw(f, impl->fsize); in iwfs_exfile_open()