Lines Matching refs:softc

649 	error = be->attach(be->softc, req);  in l9p_dispatch_tattach()
691 error = be->xattrclunk(be->softc, fid); in l9p_dispatch_tclunk()
693 error = be->clunk(be->softc, fid); in l9p_dispatch_tclunk()
727 error = be->create(be->softc, req); in l9p_dispatch_tcreate()
754 error = be->open(be->softc, req); in l9p_dispatch_topen()
794 error = be->xattrread(be->softc, req); in l9p_dispatch_tread()
796 error = be->read(be->softc, req); in l9p_dispatch_tread()
823 error = be->remove(be->softc, fid); in l9p_dispatch_tremove()
845 error = be->stat(be->softc, req); in l9p_dispatch_tstat()
887 error = be->walk(be->softc, req); in l9p_dispatch_twalk()
956 be->xattrwrite(be->softc, req) : ENOSYS; in l9p_dispatch_twrite()
959 be->write(be->softc, req) : ENOSYS; in l9p_dispatch_twrite()
980 error = be->wstat != NULL ? be->wstat(be->softc, req) : ENOSYS; in l9p_dispatch_twstat()
997 error = be->statfs(be->softc, req); in l9p_dispatch_tstatfs()
1019 error = be->lopen != NULL ? be->lopen(be->softc, req) : ENOSYS; in l9p_dispatch_tlopen()
1044 error = be->lcreate != NULL ? be->lcreate(be->softc, req) : ENOSYS; in l9p_dispatch_tlcreate()
1071 error = be->symlink != NULL ? be->symlink(be->softc, req) : ENOSYS; in l9p_dispatch_tsymlink()
1094 error = be->mknod != NULL ? be->mknod(be->softc, req) : ENOSYS; in l9p_dispatch_tmknod()
1123 error = be->rename != NULL ? be->rename(be->softc, req) : ENOSYS; in l9p_dispatch_trename()
1146 error = be->readlink != NULL ? be->readlink(be->softc, req) : ENOSYS; in l9p_dispatch_treadlink()
1164 error = be->getattr != NULL ? be->getattr(be->softc, req) : ENOSYS; in l9p_dispatch_tgetattr()
1182 error = be->setattr != NULL ? be->setattr(be->softc, req) : ENOSYS; in l9p_dispatch_tsetattr()
1214 error = be->xattrwalk != NULL ? be->xattrwalk(be->softc, req) : ENOSYS; in l9p_dispatch_txattrwalk()
1254 error = be->xattrcreate != NULL ? be->xattrcreate(be->softc, req) : in l9p_dispatch_txattrcreate()
1291 error = be->readdir != NULL ? be->readdir(be->softc, req) : ENOSYS; in l9p_dispatch_treaddir()
1309 error = be->fsync != NULL ? be->fsync(be->softc, req) : ENOSYS; in l9p_dispatch_tfsync()
1331 error = be->lock != NULL ? be->lock(be->softc, req) : ENOSYS; in l9p_dispatch_tlock()
1352 error = be->getlock != NULL ? be->getlock(be->softc, req) : ENOSYS; in l9p_dispatch_tgetlock()
1380 error = be->link != NULL ? be->link(be->softc, req) : ENOSYS; in l9p_dispatch_tlink()
1401 error = be->mkdir != NULL ? be->mkdir(be->softc, req) : ENOSYS; in l9p_dispatch_tmkdir()
1425 error = be->renameat != NULL ? be->renameat(be->softc, req) : ENOSYS; in l9p_dispatch_trenameat()
1444 error = be->unlinkat != NULL ? be->unlinkat(be->softc, req) : ENOSYS; in l9p_dispatch_tunlinkat()