fchmod            210 examples/libsmbclient/smbwrapper/wrapper.c         GETSYM(fchmod, "fchmod");
fchmod            952 examples/libsmbclient/smbwrapper/wrapper.c         return (* smbw_libc.fchmod)(fd, mode);
fchmod            111 examples/libsmbclient/smbwrapper/wrapper.h         int (* fchmod)(int fd, mode_t mode);
fchmod            215 source3/client/umount.cifs.c 	rc = fchmod (fileno (new_fd), S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
fchmod            364 source3/include/vfs.h 		int (*fchmod)(struct vfs_handle_struct *handle, struct files_struct *fsp, mode_t mode);
fchmod            545 source3/include/vfs.h 		struct vfs_handle_struct *fchmod;
fchmod             69 source3/include/vfs_macros.h #define SMB_VFS_FCHMOD(fsp, mode) ((fsp)->conn->vfs.ops.fchmod((fsp)->conn->vfs.handles.fchmod, (fsp), (mode)))
fchmod            203 source3/include/vfs_macros.h #define SMB_VFS_OPAQUE_FCHMOD(fsp, mode) ((fsp)->conn->vfs_opaque.ops.fchmod((fsp)->conn->vfs_opaque.handles.fchmod, (fsp), (mode)))
fchmod            338 source3/include/vfs_macros.h #define SMB_VFS_NEXT_FCHMOD(handle, fsp, mode) ((handle)->vfs_next.ops.fchmod((handle)->vfs_next.handles.fchmod, (fsp), (mode)))
fchmod            885 source3/libads/kerberos.c 	if (fchmod(fd, 0644)==-1) {
fchmod            519 source3/modules/vfs_default.c 	if (fchmod (ofd, source_stats.st_mode & 07777))
fchmod            709 source3/modules/vfs_default.c 	result = fchmod(fsp->fh->fd, mode);
fchmod            319 source3/passdb/pdb_smbpasswd.c 	if(fchmod(fileno(fp), S_IRUSR|S_IWUSR) == -1) {
fchmod            898 source3/utils/net_usershare.c 	if (fchmod(tmpfd, 0644) == -1) {
fchmod            474 source3/utils/smbget.c 		if(fchmod(localhandle, remotestat.st_mode) < 0) {
fchmod            474 source3/web/swat.c 		fchmod(fileno(f), S_IWUSR | S_IRUSR | S_IRGRP | S_IROTH);
fchmod            292 source4/client/smbmnt.c         if (fchmod(fileno(mtab), 0644) == -1)
fchmod            304 source4/client/smbmount.c         if (fchmod (fileno (new_mtab), S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) {
fchmod            165 source4/client/smbumount.c         if (fchmod (fileno (new_mtab), S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0) {
fchmod           1587 source4/ntvfs/posix/pvfs_open.c 		if (fchmod(fd, mode) == -1) {
fchmod            534 source4/ntvfs/posix/pvfs_setfileinfo.c 			if (fchmod(h->fd, mode) == -1) {
fchmod            145 source4/ntvfs/posix/pvfs_util.c 	if (fchmod(fd2, mode) == -1) {