tmpfs.h (246e7a2b6494cd991b08ac669ed761ecea0cc98c) tmpfs.h (f40cb1c6456a66669f6c75d92435b1c1b951387f)
1/* $NetBSD: tmpfs.h,v 1.26 2007/02/22 06:37:00 thorpej Exp $ */
2
3/*-
4 * Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to The NetBSD Foundation
8 * by Julio M. Merino Vidal, developed as part of Google's Summer of Code

--- 384 unchanged lines hidden (view full) ---

393void tmpfs_free_dirent(struct tmpfs_mount *, struct tmpfs_dirent *);
394void tmpfs_dirent_init(struct tmpfs_dirent *, const char *, u_int);
395void tmpfs_destroy_vobject(struct vnode *vp, vm_object_t obj);
396int tmpfs_alloc_vp(struct mount *, struct tmpfs_node *, int,
397 struct vnode **);
398void tmpfs_free_vp(struct vnode *);
399int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
400 struct componentname *, char *);
1/* $NetBSD: tmpfs.h,v 1.26 2007/02/22 06:37:00 thorpej Exp $ */
2
3/*-
4 * Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to The NetBSD Foundation
8 * by Julio M. Merino Vidal, developed as part of Google's Summer of Code

--- 384 unchanged lines hidden (view full) ---

393void tmpfs_free_dirent(struct tmpfs_mount *, struct tmpfs_dirent *);
394void tmpfs_dirent_init(struct tmpfs_dirent *, const char *, u_int);
395void tmpfs_destroy_vobject(struct vnode *vp, vm_object_t obj);
396int tmpfs_alloc_vp(struct mount *, struct tmpfs_node *, int,
397 struct vnode **);
398void tmpfs_free_vp(struct vnode *);
399int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
400 struct componentname *, char *);
401void tmpfs_check_mtime(struct vnode *);
401void tmpfs_dir_attach(struct vnode *, struct tmpfs_dirent *);
402void tmpfs_dir_detach(struct vnode *, struct tmpfs_dirent *);
403void tmpfs_dir_destroy(struct tmpfs_mount *, struct tmpfs_node *);
404struct tmpfs_dirent * tmpfs_dir_lookup(struct tmpfs_node *node,
405 struct tmpfs_node *f,
406 struct componentname *cnp);
407int tmpfs_dir_getdents(struct tmpfs_node *, struct uio *, int,
408 u_long *, int *);

--- 94 unchanged lines hidden ---
402void tmpfs_dir_attach(struct vnode *, struct tmpfs_dirent *);
403void tmpfs_dir_detach(struct vnode *, struct tmpfs_dirent *);
404void tmpfs_dir_destroy(struct tmpfs_mount *, struct tmpfs_node *);
405struct tmpfs_dirent * tmpfs_dir_lookup(struct tmpfs_node *node,
406 struct tmpfs_node *f,
407 struct componentname *cnp);
408int tmpfs_dir_getdents(struct tmpfs_node *, struct uio *, int,
409 u_long *, int *);

--- 94 unchanged lines hidden ---