Searched refs:v9fs_co_chmod (Results 1 – 3 of 3) sorted by relevance
72 int coroutine_fn v9fs_co_chmod(V9fsPDU *, V9fsPath *, mode_t);
98 int coroutine_fn v9fs_co_chmod(V9fsPDU *pdu, V9fsPath *path, mode_t mode) in v9fs_co_chmod() function
1681 err = v9fs_co_chmod(pdu, &fidp->path, v9iattr.mode); in v9fs_setattr()3502 err = v9fs_co_chmod(pdu, &fidp->path, in v9fs_wstat()