Deleted Added
full compact
denode.h (134945) denode.h (138290)
1/* $FreeBSD: head/sys/fs/msdosfs/denode.h 134945 2004-09-08 13:03:19Z tjr $ */
1/* $FreeBSD: head/sys/fs/msdosfs/denode.h 138290 2004-12-01 23:16:38Z phk $ */
2/* $NetBSD: denode.h,v 1.25 1997/11/17 15:36:28 ws Exp $ */
3
4/*-
5 * Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank.
6 * Copyright (C) 1994, 1995, 1997 TooLs GmbH.
7 * All rights reserved.
8 * Original code by Paul Popelka (paulp@uts.amdahl.com) (see below).
9 *

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

254
255 u_int32_t defid_dirclust; /* cluster this dir entry came from */
256 u_int32_t defid_dirofs; /* offset of entry within the cluster */
257#if 0
258 u_int32_t defid_gen; /* generation number */
259#endif
260};
261
2/* $NetBSD: denode.h,v 1.25 1997/11/17 15:36:28 ws Exp $ */
3
4/*-
5 * Copyright (C) 1994, 1995, 1997 Wolfgang Solfrank.
6 * Copyright (C) 1994, 1995, 1997 TooLs GmbH.
7 * All rights reserved.
8 * Original code by Paul Popelka (paulp@uts.amdahl.com) (see below).
9 *

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

254
255 u_int32_t defid_dirclust; /* cluster this dir entry came from */
256 u_int32_t defid_dirofs; /* offset of entry within the cluster */
257#if 0
258 u_int32_t defid_gen; /* generation number */
259#endif
260};
261
262extern vop_t **msdosfs_vnodeop_p;
262extern struct vop_vector msdosfs_vnodeops;
263
264int msdosfs_lookup(struct vop_cachedlookup_args *);
265int msdosfs_inactive(struct vop_inactive_args *);
266int msdosfs_reclaim(struct vop_reclaim_args *);
267
268/*
269 * Internal service routine prototypes.
270 */

--- 16 unchanged lines hidden ---
263
264int msdosfs_lookup(struct vop_cachedlookup_args *);
265int msdosfs_inactive(struct vop_inactive_args *);
266int msdosfs_reclaim(struct vop_reclaim_args *);
267
268/*
269 * Internal service routine prototypes.
270 */

--- 16 unchanged lines hidden ---