fchown            212 examples/libsmbclient/smbwrapper/wrapper.c         GETSYM(fchown, "fchown");
fchown            975 examples/libsmbclient/smbwrapper/wrapper.c         return (* smbw_libc.fchown)(fd, owner, group);
fchown            113 examples/libsmbclient/smbwrapper/wrapper.h         int (* fchown)(int fd, uid_t owner, gid_t group);
fchown            366 source3/include/vfs.h 		int (*fchown)(struct vfs_handle_struct *handle, struct files_struct *fsp, uid_t uid, gid_t gid);
fchown            547 source3/include/vfs.h 		struct vfs_handle_struct *fchown;
fchown             71 source3/include/vfs_macros.h #define SMB_VFS_FCHOWN(fsp, uid, gid) ((fsp)->conn->vfs.ops.fchown((fsp)->conn->vfs.handles.fchown, (fsp), (uid), (gid)))
fchown            205 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_FCHOWN(fsp, uid, gid) ((fsp)->conn->vfs_opaque.ops.fchown((fsp)->conn->vfs_opaque.handles.fchown, (fsp), (uid), (gid)))
fchown            340 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FCHOWN(handle, fsp, uid, gid) ((handle)->vfs_next.ops.fchown((handle)->vfs_next.handles.fchown, (fsp), (uid), (gid)))
fchown            507 source3/modules/vfs_default.c 	if ((fchown(ofd, source_stats.st_uid, source_stats.st_gid) == -1) && (errno != EPERM))
fchown            735 source3/modules/vfs_default.c 	result = fchown(fsp->fh->fd, uid, gid);
fchown            385 source4/ntvfs/posix/pvfs_acl.c 			ret = fchown(fd, new_uid, new_gid);