Lines Matching refs:vnode
224 struct vnode * tn_vnode; /* (i) */
444 void tmpfs_destroy_vobject(struct vnode *vp, vm_object_t obj);
446 struct vnode **);
447 void tmpfs_free_vp(struct vnode *);
448 int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
450 void tmpfs_check_mtime(struct vnode *);
451 void tmpfs_dir_attach(struct vnode *, struct tmpfs_dirent *);
452 void tmpfs_dir_detach(struct vnode *, struct tmpfs_dirent *);
459 int tmpfs_dir_whiteout_add(struct vnode *, struct componentname *);
460 void tmpfs_dir_whiteout_remove(struct vnode *, struct componentname *);
461 int tmpfs_reg_resize(struct vnode *, off_t, boolean_t);
462 int tmpfs_chflags(struct vnode *, u_long, struct ucred *, struct thread *);
463 int tmpfs_chmod(struct vnode *, mode_t, struct ucred *, struct thread *);
464 int tmpfs_chown(struct vnode *, uid_t, gid_t, struct ucred *,
466 int tmpfs_chsize(struct vnode *, u_quad_t, struct ucred *, struct thread *);
467 int tmpfs_chtimes(struct vnode *, struct vattr *, struct ucred *cred,
469 void tmpfs_itimes(struct vnode *, const struct timespec *,
475 int tmpfs_truncate(struct vnode *, off_t);
481 tmpfs_update(struct vnode *vp) in tmpfs_update()
541 VP_TO_TMPFS_NODE(struct vnode *vp) in VP_TO_TMPFS_NODE()
554 VP_TO_TMPFS_DIR(struct vnode *vp) in VP_TO_TMPFS_DIR()
564 tmpfs_use_nc(struct vnode *vp) in tmpfs_use_nc()
571 tmpfs_update_getattr(struct vnode *vp) in tmpfs_update_getattr()