Lines Matching refs:vnode
98 struct vnode * tn_vnode;
267 int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
270 int tmpfs_vnode_get(struct mount *, tmpfs_node_t *, struct vnode **);
286 int tmpfs_reg_resize(struct vnode *, off_t);
287 int tmpfs_truncate(struct vnode *, off_t);
289 int tmpfs_chflags(struct vnode *, int, struct ucred *, struct proc *);
290 int tmpfs_chmod(struct vnode *, mode_t, struct ucred *, struct proc *);
291 int tmpfs_chown(struct vnode *, uid_t, gid_t, struct ucred *, struct proc *);
292 int tmpfs_chsize(struct vnode *, u_quad_t, struct ucred *, struct proc *);
293 int tmpfs_chtimes(struct vnode *, const struct timespec *,
357 VP_TO_TMPFS_DIR(struct vnode *vp) in VP_TO_TMPFS_DIR()
369 VP_TO_TMPFS_NODE(struct vnode *vp) in VP_TO_TMPFS_NODE()