Lines Matching refs:vnode
215 struct vnode * tn_vnode; /* (i) */
427 void tmpfs_destroy_vobject(struct vnode *vp, vm_object_t obj);
429 struct vnode **);
430 void tmpfs_free_vp(struct vnode *);
431 int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
433 void tmpfs_check_mtime(struct vnode *);
434 void tmpfs_dir_attach(struct vnode *, struct tmpfs_dirent *);
435 void tmpfs_dir_detach(struct vnode *, struct tmpfs_dirent *);
442 int tmpfs_dir_whiteout_add(struct vnode *, struct componentname *);
443 void tmpfs_dir_whiteout_remove(struct vnode *, struct componentname *);
444 int tmpfs_reg_resize(struct vnode *, off_t, boolean_t);
445 int tmpfs_chflags(struct vnode *, u_long, struct ucred *, struct thread *);
446 int tmpfs_chmod(struct vnode *, mode_t, struct ucred *, struct thread *);
447 int tmpfs_chown(struct vnode *, uid_t, gid_t, struct ucred *,
449 int tmpfs_chsize(struct vnode *, u_quad_t, struct ucred *, struct thread *);
450 int tmpfs_chtimes(struct vnode *, struct vattr *, struct ucred *cred,
452 void tmpfs_itimes(struct vnode *, const struct timespec *,
457 void tmpfs_update(struct vnode *);
458 int tmpfs_truncate(struct vnode *, off_t);
515 VP_TO_TMPFS_NODE(struct vnode *vp) in VP_TO_TMPFS_NODE()
525 VP_TO_TMPFS_DIR(struct vnode *vp) in VP_TO_TMPFS_DIR()
535 tmpfs_use_nc(struct vnode *vp) in tmpfs_use_nc()