align Extended file attributes defines

This commit is contained in:
jdolecek 2004-03-22 16:42:06 +00:00
parent 2c39ad3ea5
commit 865a0b1787

View File

@ -1,4 +1,4 @@
/* $NetBSD: smb.h,v 1.13 2004/02/17 19:22:42 jdolecek Exp $ */
/* $NetBSD: smb.h,v 1.14 2004/03/22 16:42:06 jdolecek Exp $ */
/*
* Copyright (c) 2000-2001 Boris Popov
@ -136,21 +136,21 @@ enum smb_dialects {
/*
* Extended file attributes
*/
#define SMB_EFA_RDONLY 0x0001
#define SMB_EFA_HIDDEN 0x0002
#define SMB_EFA_SYSTEM 0x0004
#define SMB_EFA_DIRECTORY 0x0010
#define SMB_EFA_ARCHIVE 0x0020
#define SMB_EFA_NORMAL 0x0080
#define SMB_EFA_TEMPORARY 0x0100
#define SMB_EFA_COMPRESSED 0x0800
#define SMB_EFA_POSIX_SEMANTICS 0x01000000
#define SMB_EFA_BACKUP_SEMANTICS 0x02000000
#define SMB_EFA_DELETE_ON_CLOSE 0x04000000
#define SMB_EFA_SEQUENTIAL_SCAN 0x08000000
#define SMB_EFA_RANDOM_ACCESS 0x10000000
#define SMB_EFA_NO_BUFFERING 0x20000000
#define SMB_EFA_WRITE_THROUGH 0x80000000
#define SMB_EFA_RDONLY 0x00000001
#define SMB_EFA_HIDDEN 0x00000002
#define SMB_EFA_SYSTEM 0x00000004
#define SMB_EFA_DIRECTORY 0x00000010
#define SMB_EFA_ARCHIVE 0x00000020
#define SMB_EFA_NORMAL 0x00000080
#define SMB_EFA_TEMPORARY 0x00000100
#define SMB_EFA_COMPRESSED 0x00000800
#define SMB_EFA_POSIX_SEMANTICS 0x01000000
#define SMB_EFA_BACKUP_SEMANTICS 0x02000000
#define SMB_EFA_DELETE_ON_CLOSE 0x04000000
#define SMB_EFA_SEQUENTIAL_SCAN 0x08000000
#define SMB_EFA_RANDOM_ACCESS 0x10000000
#define SMB_EFA_NO_BUFFERING 0x20000000
#define SMB_EFA_WRITE_THROUGH 0x80000000
/*
* Access Mode Encoding