Deleted Added
full compact
ntfs_ihash.h (54095) ntfs_ihash.h (66615)
1/* $NetBSD: ntfs_ihash.h,v 1.4 1999/09/30 16:56:40 jdolecek Exp $ */
2
3/*-
4 * Copyright (c) 1998, 1999 Semen Ustimenko
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
1/* $NetBSD: ntfs_ihash.h,v 1.4 1999/09/30 16:56:40 jdolecek Exp $ */
2
3/*-
4 * Copyright (c) 1998, 1999 Semen Ustimenko
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

20 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 * SUCH DAMAGE.
27 *
28 * $FreeBSD: head/sys/fs/ntfs/ntfs_ihash.h 54095 1999-12-03 20:37:40Z semenu $
28 * $FreeBSD: head/sys/fs/ntfs/ntfs_ihash.h 66615 2000-10-04 01:29:17Z jasone $
29 */
30
31extern struct lock ntfs_hashlock;
32void ntfs_nthashinit __P((void));
29 */
30
31extern struct lock ntfs_hashlock;
32void ntfs_nthashinit __P((void));
33void ntfs_nthashdestroy __P((void));
33struct ntnode *ntfs_nthashlookup __P((dev_t, ino_t));
34struct ntnode *ntfs_nthashget __P((dev_t, ino_t));
35void ntfs_nthashins __P((struct ntnode *));
36void ntfs_nthashrem __P((register struct ntnode *));
34struct ntnode *ntfs_nthashlookup __P((dev_t, ino_t));
35struct ntnode *ntfs_nthashget __P((dev_t, ino_t));
36void ntfs_nthashins __P((struct ntnode *));
37void ntfs_nthashrem __P((register struct ntnode *));