gpfs_set_share_fn   31 source3/modules/gpfs.c static int (*gpfs_set_share_fn)(int fd, unsigned int allow, unsigned int deny);
gpfs_set_share_fn   50 source3/modules/gpfs.c 	if (gpfs_set_share_fn == NULL) {
gpfs_set_share_fn   76 source3/modules/gpfs.c 	result = gpfs_set_share_fn(fsp->fh->fd, allow, deny);
gpfs_set_share_fn  204 source3/modules/gpfs.c 	init_gpfs_function(&gpfs_set_share_fn, "gpfs_set_share");