Home
last modified time | relevance | path

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

/qemu/block/export/
H A Dfuse.c444 static int fuse_do_truncate(const FuseExport *exp, int64_t size, in fuse_do_truncate() function
541 ret = fuse_do_truncate(exp, statbuf->st_size, true, PREALLOC_MODE_OFF); in fuse_setattr()
653 ret = fuse_do_truncate(exp, offset + size, true, PREALLOC_MODE_OFF); in fuse_write()
708 ret = fuse_do_truncate(exp, offset, true, PREALLOC_MODE_OFF); in fuse_fallocate()
715 ret = fuse_do_truncate(exp, offset + length, true, in fuse_fallocate()
747 ret = fuse_do_truncate(exp, offset + length, false, in fuse_fallocate()