summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-29 00:20:10 +0200
committerVolker Lendecke <vl@samba.org>2009-06-02 18:15:20 +0200
commite0a6a344be326c58dc9307f286226f76f15f78e8 (patch)
tree377082be89aca0b64a8d1eef0a33b0fba82033fe /source3/modules/vfs_gpfs.h
parent8d966fac41ff88f8c26c221fb03da4f9afba5897 (diff)
downloadsamba-e0a6a344be326c58dc9307f286226f76f15f78e8.tar.gz
samba-e0a6a344be326c58dc9307f286226f76f15f78e8.tar.bz2
samba-e0a6a344be326c58dc9307f286226f76f15f78e8.zip
Support getting gpfs birthtime
Diffstat (limited to 'source3/modules/vfs_gpfs.h')
-rw-r--r--source3/modules/vfs_gpfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_gpfs.h b/source3/modules/vfs_gpfs.h
index e0c23dc8cc..d2899b5bc9 100644
--- a/source3/modules/vfs_gpfs.h
+++ b/source3/modules/vfs_gpfs.h
@@ -31,6 +31,7 @@ int smbd_gpfs_getacl(char *pathname, int flags, void *acl);
int smbd_gpfs_putacl(char *pathname, int flags, void *acl);
int smbd_gpfs_get_realfilename_path(char *pathname, char *filenamep,
int *buflen);
+int smbd_fget_gpfs_winattrs(int fd, struct gpfs_winattr *attrs);
int get_gpfs_winattrs(char * pathname,struct gpfs_winattr *attrs);
int set_gpfs_winattrs(char * pathname,int flags,struct gpfs_winattr *attrs);
void init_gpfs(void);