Deleted Added
full compact
ntfs_subr.h (60938) ntfs_subr.h (66615)
1/* $NetBSD: ntfs_subr.h,v 1.8 1999/10/10 14:48:37 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_subr.h,v 1.8 1999/10/10 14:48:37 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_subr.h 60938 2000-05-26 02:09:24Z jake $
28 * $FreeBSD: head/sys/fs/ntfs/ntfs_subr.h 66615 2000-10-04 01:29:17Z jasone $
29 */
30
31#define VA_LOADED 0x0001
32#define VA_PRELOADED 0x0002
33
34struct ntvattr {
35 LIST_ENTRY(ntvattr) va_list;
36

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

98int ntfs_ntget __P((struct ntnode *));
99void ntfs_ntref __P((struct ntnode *));
100void ntfs_ntrele __P((struct ntnode *));
101void ntfs_ntput __P((struct ntnode *));
102int ntfs_loadntnode __P(( struct ntfsmount *, struct ntnode * ));
103int ntfs_writentvattr_plain __P((struct ntfsmount *, struct ntnode *, struct ntvattr *, off_t, size_t, void *, size_t *, struct uio *));
104int ntfs_writeattr_plain __P((struct ntfsmount *, struct ntnode *, u_int32_t, char *, off_t, size_t, void *, size_t *, struct uio *));
105void ntfs_toupper_init __P((void));
29 */
30
31#define VA_LOADED 0x0001
32#define VA_PRELOADED 0x0002
33
34struct ntvattr {
35 LIST_ENTRY(ntvattr) va_list;
36

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

98int ntfs_ntget __P((struct ntnode *));
99void ntfs_ntref __P((struct ntnode *));
100void ntfs_ntrele __P((struct ntnode *));
101void ntfs_ntput __P((struct ntnode *));
102int ntfs_loadntnode __P(( struct ntfsmount *, struct ntnode * ));
103int ntfs_writentvattr_plain __P((struct ntfsmount *, struct ntnode *, struct ntvattr *, off_t, size_t, void *, size_t *, struct uio *));
104int ntfs_writeattr_plain __P((struct ntfsmount *, struct ntnode *, u_int32_t, char *, off_t, size_t, void *, size_t *, struct uio *));
105void ntfs_toupper_init __P((void));
106void ntfs_toupper_destroy __P((void));
106int ntfs_toupper_use __P((struct mount *, struct ntfsmount *));
107void ntfs_toupper_unuse __P((void));
108int ntfs_fget __P((struct ntfsmount *, struct ntnode *, int, char *, struct fnode **));
109void ntfs_frele __P((struct fnode *));
107int ntfs_toupper_use __P((struct mount *, struct ntfsmount *));
108void ntfs_toupper_unuse __P((void));
109int ntfs_fget __P((struct ntfsmount *, struct ntnode *, int, char *, struct fnode **));
110void ntfs_frele __P((struct fnode *));