Searched refs:f_vnode (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dlinux_compat.c278 filp->f_op->release(filp->f_vnode, filp);
279 vdrop(filp->f_vnode);
299 vhold(file->f_vnode);
300 filp->f_vnode = file->f_vnode;
302 error = -filp->f_op->open(file->f_vnode, filp);
310 filp->f_op->release(file->f_vnode, filp);
H A Dfs.h79 struct vnode *f_vnode; member in struct:linux_file
/barrelfish-master/include/sys/
H A Dfile.h156 * (a) f_vnode lock required (shared allows both reads and writes)
172 struct vnode *f_vnode; /* NULL or applicable vnode */ member in struct:file

Completed in 188 milliseconds