[BACK]Return to tmpfs.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / tmpfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/fs/tmpfs/tmpfs.h between version 1.33 and 1.34

version 1.33, 2008/04/28 20:24:02 version 1.34, 2008/06/19 19:03:44
Line 366  int tmpfs_chflags(struct vnode *, int, k
Line 366  int tmpfs_chflags(struct vnode *, int, k
 int     tmpfs_chmod(struct vnode *, mode_t, kauth_cred_t, struct lwp *);  int     tmpfs_chmod(struct vnode *, mode_t, kauth_cred_t, struct lwp *);
 int     tmpfs_chown(struct vnode *, uid_t, gid_t, kauth_cred_t, struct lwp *);  int     tmpfs_chown(struct vnode *, uid_t, gid_t, kauth_cred_t, struct lwp *);
 int     tmpfs_chsize(struct vnode *, u_quad_t, kauth_cred_t, struct lwp *);  int     tmpfs_chsize(struct vnode *, u_quad_t, kauth_cred_t, struct lwp *);
 int     tmpfs_chtimes(struct vnode *, struct timespec *, struct timespec *,  int     tmpfs_chtimes(struct vnode *, const struct timespec *,
             int, kauth_cred_t, struct lwp *);      const struct timespec *, const struct timespec *, int, kauth_cred_t,
       struct lwp *);
 void    tmpfs_itimes(struct vnode *, const struct timespec *,  void    tmpfs_itimes(struct vnode *, const struct timespec *,
             const struct timespec *);              const struct timespec *, const struct timespec *);
   
 void    tmpfs_update(struct vnode *, const struct timespec *,  void    tmpfs_update(struct vnode *, const struct timespec *,
             const struct timespec *, int);              const struct timespec *, const struct timespec *, int);
 int     tmpfs_truncate(struct vnode *, off_t);  int     tmpfs_truncate(struct vnode *, off_t);
   
 /* --------------------------------------------------------------------- */  /* --------------------------------------------------------------------- */

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

CVSweb <webmaster@jp.NetBSD.org>