SMB_VFS_NEXT_CHMOD  196 examples/VFS/skel_transparent.c 	return SMB_VFS_NEXT_CHMOD(handle, path, mode);
SMB_VFS_NEXT_CHMOD  251 source3/modules/vfs_audit.c 	result = SMB_VFS_NEXT_CHMOD(handle, path, mode);
SMB_VFS_NEXT_CHMOD  174 source3/modules/vfs_cap.c 	return SMB_VFS_NEXT_CHMOD(handle, cappath, mode);
SMB_VFS_NEXT_CHMOD  211 source3/modules/vfs_catia.c         return SMB_VFS_NEXT_CHMOD(handle, name, mode);
SMB_VFS_NEXT_CHMOD  304 source3/modules/vfs_extd_audit.c 	result = SMB_VFS_NEXT_CHMOD(handle, path, mode);
SMB_VFS_NEXT_CHMOD 1428 source3/modules/vfs_full_audit.c 	result = SMB_VFS_NEXT_CHMOD(handle, path, mode);
SMB_VFS_NEXT_CHMOD  855 source3/modules/vfs_gpfs.c 			 return SMB_VFS_NEXT_CHMOD(handle, path, mode);
SMB_VFS_NEXT_CHMOD  322 source3/modules/vfs_netatalk.c 	ret = SMB_VFS_NEXT_CHMOD(handle, path, mode);