Searched refs:v9fs_co_statfs (Results 1 – 3 of 3) sorted by relevance
70 int coroutine_fn v9fs_co_statfs(V9fsPDU *, V9fsPath *, struct statfs *);
77 int coroutine_fn v9fs_co_statfs(V9fsPDU *pdu, V9fsPath *path, in v9fs_co_statfs() function
1967 int err = v9fs_co_statfs(pdu, path, &stbuf); in get_iounit()3626 retval = v9fs_co_statfs(pdu, &fidp->path, &stbuf); in v9fs_statfs()