summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/attr.h
diff options
context:
space:
mode:
authorck153898 <none@none>2007-12-10 12:25:48 -0800
committerck153898 <none@none>2007-12-10 12:25:48 -0800
commitb38f097029665f4ece801ca129913d36f757b49c (patch)
tree5ed7f4d7fb0fdae99be722118762b9249191a3d4 /usr/src/uts/common/sys/attr.h
parent423908e1eda59d79f1f867966cafecd54cfaa635 (diff)
downloadillumos-joyent-b38f097029665f4ece801ca129913d36f757b49c.tar.gz
6627223 gfs needs to support extended dirent flags
Diffstat (limited to 'usr/src/uts/common/sys/attr.h')
-rw-r--r--usr/src/uts/common/sys/attr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/attr.h b/usr/src/uts/common/sys/attr.h
index 34e802eed1..9f58bed52a 100644
--- a/usr/src/uts/common/sys/attr.h
+++ b/usr/src/uts/common/sys/attr.h
@@ -131,6 +131,7 @@ typedef struct {
#define XATTR_FIDSZ (sizeof (xattr_fid_t) - sizeof (uint16_t))
int xattr_dir_vget(vfs_t *, vnode_t **, fid_t *);
+int xattr_sysattr_casechk(char *name);
#endif
int attr_count(void);