gpfs: Introduce wrapper for gpfs_getfilesetid
[samba.git] / source3 / modules / vfs_gpfs.h
index 9f83b97d3b4f93aeb60919f4d7060b813f4fda3a..5c7dc1b4ddd739d227218948ae503ccbe25a9a82 100644 (file)
@@ -44,6 +44,7 @@ int gpfswrap_set_times_path(char *pathname, int flags,
                            gpfs_timestruc_t times[4]);
 int gpfswrap_quotactl(char *pathname, int cmd, int id, void *bufp);
 int gpfswrap_fcntl(int fd, void *argp);
+int gpfswrap_getfilesetid(char *pathname, char *name, int *idp);
 bool set_gpfs_sharemode(files_struct *fsp, uint32 access_mask,
                        uint32 share_access);
 int set_gpfs_lease(int fd, int leasetype);