Lines Matching refs:vnode
217 struct vnode * tn_vnode;
407 struct tmpfs_node *, int, struct vnode **);
408 int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
421 int tmpfs_reg_resize(struct vnode *, off_t, int);
422 int tmpfs_chflags(struct vnode *, u_long, struct ucred *);
423 int tmpfs_chmod(struct vnode *, mode_t, struct ucred *);
424 int tmpfs_chown(struct vnode *, uid_t, gid_t, struct ucred *);
425 int tmpfs_chsize(struct vnode *, u_quad_t, struct ucred *);
426 int tmpfs_chtimes(struct vnode *, struct timespec *, struct timespec *,
428 void tmpfs_itimes(struct vnode *, const struct timespec *,
433 void tmpfs_update(struct vnode *);
434 int tmpfs_truncate(struct vnode *, off_t);
489 VP_TO_TMPFS_NODE(struct vnode *vp) in VP_TO_TMPFS_NODE()
500 VP_TO_TMPFS_DIR(struct vnode *vp) in VP_TO_TMPFS_DIR()