diff options
author | joyce mcintosh <Joyce.McIntosh@Sun.COM> | 2010-08-11 16:48:54 -0700 |
---|---|---|
committer | joyce mcintosh <Joyce.McIntosh@Sun.COM> | 2010-08-11 16:48:54 -0700 |
commit | fd9ee8b58485b20072eeef1310a88ff348d5e7fa (patch) | |
tree | 74e8f3fc5f5409cdc6be3dae5631f8d0c672260a /usr/src/uts/common/sys/attr.h | |
parent | e2c5185af3c50d9510e5df68aa37abdc6c0d3aac (diff) | |
download | illumos-joyent-fd9ee8b58485b20072eeef1310a88ff348d5e7fa.tar.gz |
6972305 Preferred DC not selected after setting pdc via sharectl
6971047 smbd hang during FVT regression test
6711195 Sparc:Get error "Windows Explorer has stopped working" once click on Details fr Properties on Vista
PSARC/2009/464 Offline attribute
6972515 Offline attribute - PSARC 2009/464
PSARC/2010/037 Windows Sparse Attribute
6972519 Windows Sparse Attribute - PSARC 2010/037
6719444 [CLI] - idmap help's output is not consistent with man pages's
6975449 idmap test suite needs idmap_cache_get_data() from libidmap
6974351 OpenSSL still taking smbd down
--HG--
rename : usr/src/lib/libidmap/common/idmap_priv.h => usr/src/cmd/idmap/idmap/namemaps.h
Diffstat (limited to 'usr/src/uts/common/sys/attr.h')
-rw-r--r-- | usr/src/uts/common/sys/attr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/attr.h b/usr/src/uts/common/sys/attr.h index 2b049d9cc1..57c579bc5b 100644 --- a/usr/src/uts/common/sys/attr.h +++ b/usr/src/uts/common/sys/attr.h @@ -55,6 +55,8 @@ extern "C" { #define A_GROUPSID "groupsid" #define A_REPARSE_POINT "reparse" #define A_GEN "generation" +#define A_OFFLINE "offline" +#define A_SPARSE "sparse" /* Attribute option for utilities */ #define O_HIDDEN "H" @@ -68,6 +70,8 @@ extern "C" { #define O_AV_QUARANTINED "q" #define O_AV_MODIFIED "m" #define O_REPARSE_POINT "r" +#define O_OFFLINE "O" +#define O_SPARSE "s" #define O_NONE "" /* ownersid and groupsid are composed of two nvpairs */ @@ -94,6 +98,8 @@ typedef enum { F_FSID, F_REPARSE, F_GEN, + F_OFFLINE, + F_SPARSE, F_ATTR_ALL } f_attr_t; |