Searched refs:v9fs_co_truncate (Results 1 – 3 of 3) sorted by relevance
75 int coroutine_fn v9fs_co_truncate(V9fsPDU *, V9fsPath *, off_t);
167 int coroutine_fn v9fs_co_truncate(V9fsPDU *pdu, V9fsPath *path, off_t size) in v9fs_co_truncate() function
1733 err = v9fs_co_truncate(pdu, &fidp->path, v9iattr.size); in v9fs_setattr()3543 err = v9fs_co_truncate(pdu, &fidp->path, v9stat.length); in v9fs_wstat()