Searched refs:vc (Results 1 - 2 of 2) sorted by relevance

/fs/coda/
H A Dinode.c155 struct venus_comm *vc; local
171 vc = &coda_comms[idx];
172 mutex_lock(&vc->vc_mutex);
174 if (!vc->vc_inuse) {
180 if (vc->vc_sb) {
186 error = bdi_setup_and_register(&vc->bdi, "coda", BDI_CAP_MAP_COPY);
190 vc->vc_sb = sb;
191 mutex_unlock(&vc->vc_mutex);
193 sb->s_fs_info = vc;
200 sb->s_bdi = &vc
[all...]
H A Dupcall.c41 static int coda_upcall(struct venus_comm *vc, int inSize, int *outSize,

Completed in 20 milliseconds